Html Css Color HEX #0C0810 Blackcurrant

📋 copy color: '#0C0810'

red 12 ◦ green 8 ◦ blue 16

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

Shades of Blackcurrant #0C0810

Tints of Blackcurrant #0C0810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 22.22%

 BLUE value IS 16 (6.64% from 255) = 44.44%

R = 33.33%
G = 22.22%
B = 44.44%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0810 (or 0x0C0810) is known color: Blackcurrant. HEX triplet: 0C, 08 and 10. RGB value is (12,8,16). Sum of RGB (Red+Green+Blue) = 12+8+16=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0810 is #F3F7EF. Grayscale: #0A0A0A. Windows color (decimal): -15988720 or 1050636. OLE color: 1050636.

HSL color Cylindrical-coordinate representation of color #0C0810: hue angle of 270º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C0810 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 8 16 -
CMYK 0.25 0.50 0 0.94
HSL 270º 0.33% 0.05% -
HSV(B) 270º 0.5% 0.06% -
XYZ 0.33 0.29 0.53 -
YUV 10.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 12 8 16 0.25 0.50 0 0.94 270 0.33 0.05
Hex C 8 10 19 32 0 5E 10E 21 5
Octal 14 10 20 31 62 0 136 416 41 5
Binary 1100 1000 10000 11001 110010 0 1011110 100001110 100001 101

Color Harmonies of #0C0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0810

Black with #0C0810

Text Example


Text Example

White with #0C0810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,16); }

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

background-color css

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

 a { background-color: rgb(12,8,16); }

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

border-color css

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

 span { border-color: rgb(12,8,16); }

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