Html Css Color HEX #0C0812 Blackcurrant

📋 copy color: '#0C0812'

red 12 ◦ green 8 ◦ blue 18

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

Shades of Blackcurrant #0C0812

Tints of Blackcurrant #0C0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 47.37%

R = 31.58%
G = 21.05%
B = 47.37%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0C0812 (or 0x0C0812) is known color: Blackcurrant. HEX triplet: 0C, 08 and 12. RGB value is (12,8,18). Sum of RGB (Red+Green+Blue) = 12+8+18=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C0812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0812 is #F3F7ED. Grayscale: #0A0A0A. Windows color (decimal): -15988718 or 1181708. OLE color: 1181708.

HSL color Cylindrical-coordinate representation of color #0C0812: hue angle of 264º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C0812 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 8 18 -
CMYK 0.33 0.56 0 0.93
HSL 264º 0.38% 0.05% -
HSV(B) 264º 0.56% 0.07% -
XYZ 0.35 0.3 0.61 -
YUV 10.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 12 8 18 0.33 0.56 0 0.93 264 0.38 0.05
Hex C 8 12 21 38 0 5D 108 26 5
Octal 14 10 22 41 70 0 135 410 46 5
Binary 1100 1000 10010 100001 111000 0 1011101 100001000 100110 101

Color Harmonies of #0C0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0812

Black with #0C0812

Text Example


Text Example

White with #0C0812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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