Html Css Color HEX #0C0416 Blackcurrant

📋 copy color: '#0C0416'

red 12 ◦ green 4 ◦ blue 22

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

Shades of Blackcurrant #0C0416

Tints of Blackcurrant #0C0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.53%

 BLUE value IS 22 (8.98% from 255) = 57.89%

R = 31.58%
G = 10.53%
B = 57.89%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0416 (or 0x0C0416) is known color: Blackcurrant. HEX triplet: 0C, 04 and 16. RGB value is (12,4,22). Sum of RGB (Red+Green+Blue) = 12+4+22=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0416 is #F3FBE9. Grayscale: #080808. Windows color (decimal): -15989738 or 1442828. OLE color: 1442828.

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

Color convert

RGB 12 4 22 -
CMYK 0.45 0.82 0 0.91
HSL 266.67º 0.69% 0.05% -
HSV(B) 266.67º 0.82% 0.09% -
XYZ 0.34 0.22 0.78 -
YUV 8.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 12 4 22 0.45 0.82 0 0.91 266.67 0.69 0.05
Hex C 4 16 2D 52 0 5B 10B 45 5
Octal 14 4 26 55 122 0 133 413 105 5
Binary 1100 100 10110 101101 1010010 0 1011011 100001011 1000101 101

Color Harmonies of #0C0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0416

Black with #0C0416

Text Example


Text Example

White with #0C0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,22); }

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

background-color css

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

 a { background-color: rgb(12,4,22); }

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

border-color css

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

 span { border-color: rgb(12,4,22); }

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