Html Css Color HEX #0C0616 Blackcurrant

📋 copy color: '#0C0616'

red 12 ◦ green 6 ◦ blue 22

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

Shades of Blackcurrant #0C0616

Tints of Blackcurrant #0C0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15%

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

R = 30%
G = 15%
B = 55%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0616 (or 0x0C0616) is known color: Blackcurrant. HEX triplet: 0C, 06 and 16. RGB value is (12,6,22). Sum of RGB (Red+Green+Blue) = 12+6+22=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0616 is #F3F9E9. Grayscale: #090909. Windows color (decimal): -15989226 or 1443340. OLE color: 1443340.

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

Color convert

RGB 12 6 22 -
CMYK 0.45 0.73 0 0.91
HSL 262.5º 0.57% 0.05% -
HSV(B) 262.5º 0.73% 0.09% -
XYZ 0.36 0.27 0.79 -
YUV 9.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 12 6 22 0.45 0.73 0 0.91 262.5 0.57 0.05
Hex C 6 16 2D 49 0 5B 106 39 5
Octal 14 6 26 55 111 0 133 406 71 5
Binary 1100 110 10110 101101 1001001 0 1011011 100000110 111001 101

Color Harmonies of #0C0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0616

Black with #0C0616

Text Example


Text Example

White with #0C0616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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