Html Css Color HEX #0D0212 Blackcurrant

📋 copy color: '#0D0212'

red 13 ◦ green 2 ◦ blue 18

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

Shades of Blackcurrant #0D0212

Tints of Blackcurrant #0D0212

RGB

 RED value IS 13 (5.47% from 255) = 39.39%

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

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

R = 39.39%
G = 6.06%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0212 (or 0x0D0212) is known color: Blackcurrant. HEX triplet: 0D, 02 and 12. RGB value is (13,2,18). Sum of RGB (Red+Green+Blue) = 13+2+18=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0212 is #F2FDED. Grayscale: #070707. Windows color (decimal): -15924718 or 1180173. OLE color: 1180173.

HSL color Cylindrical-coordinate representation of color #0D0212: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D0212 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 2 18 -
CMYK 0.28 0.89 0 0.93
HSL 281.25º 0.8% 0.04% -
HSV(B) 281.25º 0.89% 0.07% -
XYZ 0.3 0.17 0.59 -
YUV 7.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 13 2 18 0.28 0.89 0 0.93 281.25 0.8 0.04
Hex D 2 12 1C 59 0 5D 119 50 4
Octal 15 2 22 34 131 0 135 431 120 4
Binary 1101 10 10010 11100 1011001 0 1011101 100011001 1010000 100

Color Harmonies of #0D0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0212

Black with #0D0212

Text Example


Text Example

White with #0D0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,2,18); }

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

background-color css

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

 a { background-color: rgb(13,2,18); }

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

border-color css

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

 span { border-color: rgb(13,2,18); }

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