Html Css Color HEX #0C0116 Blackcurrant

📋 copy color: '#0C0116'

red 12 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #0C0116

Tints of Blackcurrant #0C0116

RGB

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

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

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

R = 34.29%
G = 2.86%
B = 62.86%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0116 (or 0x0C0116) is known color: Blackcurrant. HEX triplet: 0C, 01 and 16. RGB value is (12,1,22). Sum of RGB (Red+Green+Blue) = 12+1+22=35 (4% of max value = 765). Red value is 12 (5.08% from 255 or 34.29% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0116 is #F3FEE9. Grayscale: #060606. Windows color (decimal): -15990506 or 1442060. OLE color: 1442060.

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

Color convert

RGB 12 1 22 -
CMYK 0.45 0.95 0 0.91
HSL 271.43º 0.91% 0.05% -
HSV(B) 271.43º 0.95% 0.09% -
XYZ 0.31 0.16 0.77 -
YUV 6.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 12 1 22 0.45 0.95 0 0.91 271.43 0.91 0.05
Hex C 1 16 2D 5F 0 5B 10F 5B 5
Octal 14 1 26 55 137 0 133 417 133 5
Binary 1100 1 10110 101101 1011111 0 1011011 100001111 1011011 101

Color Harmonies of #0C0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0116

Black with #0C0116

Text Example


Text Example

White with #0C0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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