Html Css Color HEX #0C0219 Blackcurrant

📋 copy color: '#0C0219'

red 12 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #0C0219

Tints of Blackcurrant #0C0219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 64.1%

R = 30.77%
G = 5.13%
B = 64.1%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0C0219 (or 0x0C0219) is known color: Blackcurrant. HEX triplet: 0C, 02 and 19. RGB value is (12,2,25). Sum of RGB (Red+Green+Blue) = 12+2+25=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0219 is #F3FDE6. Grayscale: #070707. Windows color (decimal): -15990247 or 1638924. OLE color: 1638924.

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

Color convert

RGB 12 2 25 -
CMYK 0.52 0.92 0 0.90
HSL 266.09º 0.85% 0.05% -
HSV(B) 266.09º 0.92% 0.1% -
XYZ 0.35 0.19 0.94 -
YUV 7.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 12 2 25 0.52 0.92 0 0.90 266.09 0.85 0.05
Hex C 2 19 34 5C 0 5A 10A 55 5
Octal 14 2 31 64 134 0 132 412 125 5
Binary 1100 10 11001 110100 1011100 0 1011010 100001010 1010101 101

Color Harmonies of #0C0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0219

Black with #0C0219

Text Example


Text Example

White with #0C0219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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