Html Css Color HEX #0C0210 Blackcurrant

📋 copy color: '#0C0210'

red 12 ◦ green 2 ◦ blue 16

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

Shades of Blackcurrant #0C0210

Tints of Blackcurrant #0C0210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.67%

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

R = 40%
G = 6.67%
B = 53.33%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0210 (or 0x0C0210) is known color: Blackcurrant. HEX triplet: 0C, 02 and 10. RGB value is (12,2,16). Sum of RGB (Red+Green+Blue) = 12+2+16=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0210 is #F3FDEF. Grayscale: #060606. Windows color (decimal): -15990256 or 1049100. OLE color: 1049100.

HSL color Cylindrical-coordinate representation of color #0C0210: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C0210 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 2 16 -
CMYK 0.25 0.87 0 0.94
HSL 282.86º 0.78% 0.04% -
HSV(B) 282.86º 0.88% 0.06% -
XYZ 0.27 0.16 0.51 -
YUV 6.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 12 2 16 0.25 0.87 0 0.94 282.86 0.78 0.04
Hex C 2 10 19 57 0 5E 11B 4E 4
Octal 14 2 20 31 127 0 136 433 116 4
Binary 1100 10 10000 11001 1010111 0 1011110 100011011 1001110 100

Color Harmonies of #0C0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0210

Black with #0C0210

Text Example


Text Example

White with #0C0210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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