Html Css Color HEX #0A020C Blackcurrant

📋 copy color: '#0A020C'

red 10 ◦ green 2 ◦ blue 12

#0A020C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #0A020C

Tints of Blackcurrant #0A020C

RGB

 RED value IS 10 (4.3% from 255) = 41.67%

 GREEN value IS 2 (1.17% from 255) = 8.33%

 BLUE value IS 12 (5.08% from 255) = 50%

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A020C (or 0x0A020C) is known color: Blackcurrant. HEX triplet: 0A, 02 and 0C. RGB value is (10,2,12). Sum of RGB (Red+Green+Blue) = 10+2+12=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A020C is #F5FDF3. Grayscale: #050505. Windows color (decimal): -16121332 or 786954. OLE color: 786954.

HSL color Cylindrical-coordinate representation of color #0A020C: hue angle of 288º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A020C is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 10 2 12 -
CMYK 0.17 0.83 0 0.95
HSL 288º 0.71% 0.03% -
HSV(B) 288º 0.83% 0.05% -
XYZ 0.21 0.13 0.36 -
YUV 5.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 10 2 12 0.17 0.83 0 0.95 288 0.71 0.03
Hex A 2 C 11 53 0 5F 120 47 3
Octal 12 2 14 21 123 0 137 440 107 3
Binary 1010 10 1100 10001 1010011 0 1011111 100100000 1000111 11

Color Harmonies of #0A020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A020C

Black with #0A020C

Text Example


Text Example

White with #0A020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,2,12); }

 H1.HeaderClassName
 {
   color: #0A020C;
 }
 .AnyTagClassName
 {
   color: #0A020C;
 }
</style>

background-color css

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

 a { background-color: rgb(10,2,12); }

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

border-color css

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

 span { border-color: rgb(10,2,12); }

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