Html Css Color HEX #0C0118 Blackcurrant

📋 copy color: '#0C0118'

red 12 ◦ green 1 ◦ blue 24

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

Shades of Blackcurrant #0C0118

Tints of Blackcurrant #0C0118

RGB

 RED value IS 12 (5.08% from 255) = 32.43%

 GREEN value IS 1 (0.78% from 255) = 2.7%

 BLUE value IS 24 (9.77% from 255) = 64.86%

R = 32.43%
G = 2.7%
B = 64.86%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0118 (or 0x0C0118) is known color: Blackcurrant. HEX triplet: 0C, 01 and 18. RGB value is (12,1,24). Sum of RGB (Red+Green+Blue) = 12+1+24=37 (4% of max value = 765). Red value is 12 (5.08% from 255 or 32.43% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0118 is #F3FEE7. Grayscale: #060606. Windows color (decimal): -15990504 or 1573132. OLE color: 1573132.

HSL color Cylindrical-coordinate representation of color #0C0118: hue angle of 268.7º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0118 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 1 24 -
CMYK 0.50 0.96 0 0.91
HSL 268.7º 0.92% 0.05% -
HSV(B) 268.7º 0.96% 0.09% -
XYZ 0.33 0.17 0.88 -
YUV 6.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 12 1 24 0.50 0.96 0 0.91 268.7 0.92 0.05
Hex C 1 18 32 60 0 5B 10D 5C 5
Octal 14 1 30 62 140 0 133 415 134 5
Binary 1100 1 11000 110010 1100000 0 1011011 100001101 1011100 101

Color Harmonies of #0C0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0118

Black with #0C0118

Text Example


Text Example

White with #0C0118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,1,24); }

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

background-color css

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

 a { background-color: rgb(12,1,24); }

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

border-color css

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

 span { border-color: rgb(12,1,24); }

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