Html Css Color HEX #0D0311 Blackcurrant

📋 copy color: '#0D0311'

red 13 ◦ green 3 ◦ blue 17

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

Shades of Blackcurrant #0D0311

Tints of Blackcurrant #0D0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.09%

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

R = 39.39%
G = 9.09%
B = 51.52%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0311 (or 0x0D0311) is known color: Blackcurrant. HEX triplet: 0D, 03 and 11. RGB value is (13,3,17). Sum of RGB (Red+Green+Blue) = 13+3+17=33 (4% of max value = 765). Red value is 13 (5.47% from 255 or 39.39% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0311 is #F2FCEE. Grayscale: #070707. Windows color (decimal): -15924463 or 1114893. OLE color: 1114893.

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

Color convert

RGB 13 3 17 -
CMYK 0.24 0.82 0 0.93
HSL 282.86º 0.7% 0.04% -
HSV(B) 282.86º 0.82% 0.07% -
XYZ 0.3 0.19 0.55 -
YUV 7.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 13 3 17 0.24 0.82 0 0.93 282.86 0.7 0.04
Hex D 3 11 18 52 0 5D 11B 46 4
Octal 15 3 21 30 122 0 135 433 106 4
Binary 1101 11 10001 11000 1010010 0 1011101 100011011 1000110 100

Color Harmonies of #0D0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0311

Black with #0D0311

Text Example


Text Example

White with #0D0311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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