Html Css Color HEX #0C0011 Blackcurrant

📋 copy color: '#0C0011'

red 12 ◦ green 0 ◦ blue 17

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

Shades of Blackcurrant #0C0011

Tints of Blackcurrant #0C0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 58.62%

R = 41.38%
G = 0%
B = 58.62%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0C0011 (or 0x0C0011) is known color: Blackcurrant. HEX triplet: 0C, 00 and 11. RGB value is (12,0,17). Sum of RGB (Red+Green+Blue) = 12+0+17=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #0C0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0011 is #F3FFEE. Grayscale: #050505. Windows color (decimal): -15990767 or 1114124. OLE color: 1114124.

HSL color Cylindrical-coordinate representation of color #0C0011: hue angle of 282.35º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0011 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 0 17 -
CMYK 0.29 1 0 0.93
HSL 282.35º 1% 0.03% -
HSV(B) 282.35º 1% 0.07% -
XYZ 0.25 0.12 0.54 -
YUV 5.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 12 0 17 0.29 1 0 0.93 282.35 1 0.03
Hex C 0 11 1D 64 0 5D 11A 64 3
Octal 14 0 21 35 144 0 135 432 144 3
Binary 1100 0 10001 11101 1100100 0 1011101 100011010 1100100 11

Color Harmonies of #0C0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0011

Black with #0C0011

Text Example


Text Example

White with #0C0011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,0,17); }

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

background-color css

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

 a { background-color: rgb(12,0,17); }

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

border-color css

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

 span { border-color: rgb(12,0,17); }

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