#0A0023

Color #0A0023 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #0A0023

Tints of Blackcurrant #0A0023

Color information

#0A0023 (or 0x0A0023) is unknown color: approx Blackcurrant. HEX triplet: 0A, 00 and 23. RGB value is (10,0,35). Sum of RGB (Red+Green+Blue) = 10+0+35=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 35 (14.06% from 255 or 77.78% from 45); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A0023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0023 is #F5FFDC. Grayscale: #060606. Windows color (decimal): -16121821 or 2293770. OLE color: 2293770.

HSL color Cylindrical-coordinate representation of color #0A0023: hue angle of 257.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0023 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB10035-
CMYK0.71100.86
HSL257.14º100%6.86%-
HSV(B)257.14º100%13.73%-
XYZ0.430.191.6-
YUV6.98143.81130.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 22.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 77.78%
R=22.22%
G=0%
B=77.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal100350.71100.86257.141006.86
HexA0234764056101647
Octal1204310714401264011447
Binary1010010001110001111100100010101101000000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0023; }

 p { color: rgb(10,0,35); }

 H1.HeaderClassName
 {
   color: #0A0023;
 }
 .AnyTagClassName
 {
   color: #0A0023;
 }
</style>
background-color css

<style>
 a { background-color: #0A0023; }

 a { background-color: rgb(10,0,35); }

 div.DivClassName
 {
   background-color: #0A0023;
 }
 .BgClassName
 {
   background-color: #0A0023;
 }
</style>
border-color css

<style>
 span { border-color: #0A0023; }

 span { border-color: rgb(10,0,35); }

 td.TdClassName
 {
   border-color: #0A0023;
 }
 .TagClassName
 {
   border-color: #0A0023;
 }
</style>