Html Css Color HEX #0C0218 Blackcurrant

📋 copy color: '#0C0218'

red 12 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #0C0218

Tints of Blackcurrant #0C0218

RGB

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

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

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

R = 31.58%
G = 5.26%
B = 63.16%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0218 (or 0x0C0218) is known color: Blackcurrant. HEX triplet: 0C, 02 and 18. RGB value is (12,2,24). Sum of RGB (Red+Green+Blue) = 12+2+24=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0218 is #F3FDE7. Grayscale: #070707. Windows color (decimal): -15990248 or 1573388. OLE color: 1573388.

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

Color convert

RGB 12 2 24 -
CMYK 0.50 0.92 0 0.91
HSL 267.27º 0.85% 0.05% -
HSV(B) 267.27º 0.92% 0.09% -
XYZ 0.34 0.19 0.88 -
YUV 7.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 12 2 24 0.50 0.92 0 0.91 267.27 0.85 0.05
Hex C 2 18 32 5C 0 5B 10B 55 5
Octal 14 2 30 62 134 0 133 413 125 5
Binary 1100 10 11000 110010 1011100 0 1011011 100001011 1010101 101

Color Harmonies of #0C0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0218

Black with #0C0218

Text Example


Text Example

White with #0C0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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