Html Css Color HEX #0D0011 Blackcurrant

📋 copy color: '#0D0011'

red 13 ◦ green 0 ◦ blue 17

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

Shades of Blackcurrant #0D0011

Tints of Blackcurrant #0D0011

RGB

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

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

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

R = 43.33%
G = 0%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0011 (or 0x0D0011) is known color: Blackcurrant. HEX triplet: 0D, 00 and 11. RGB value is (13,0,17). Sum of RGB (Red+Green+Blue) = 13+0+17=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0011 is #F2FFEE. Grayscale: #050505. Windows color (decimal): -15925231 or 1114125. OLE color: 1114125.

HSL color Cylindrical-coordinate representation of color #0D0011: hue angle of 285.88º 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 #0D0011 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 0 17 -
CMYK 0.24 1 0 0.93
HSL 285.88º 1% 0.03% -
HSV(B) 285.88º 1% 0.07% -
XYZ 0.27 0.13 0.54 -
YUV 5.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 13 0 17 0.24 1 0 0.93 285.88 1 0.03
Hex D 0 11 18 64 0 5D 11E 64 3
Octal 15 0 21 30 144 0 135 436 144 3
Binary 1101 0 10001 11000 1100100 0 1011101 100011110 1100100 11

Color Harmonies of #0D0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0011

Black with #0D0011

Text Example


Text Example

White with #0D0011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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