Html Css Color HEX #0D0B13 Black Russian

📋 copy color: '#0D0B13'

red 13 ◦ green 11 ◦ blue 19

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

Shades of Black Russian #0D0B13

Tints of Black Russian #0D0B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 25.58%

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 30.23%
G = 25.58%
B = 44.19%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0B13 (or 0x0D0B13) is known color: Black Russian. HEX triplet: 0D, 0B and 13. RGB value is (13,11,19). Sum of RGB (Red+Green+Blue) = 13+11+19=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D0B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B13 is #F2F4EC. Grayscale: #0C0C0C. Windows color (decimal): -15922413 or 1248013. OLE color: 1248013.

HSL color Cylindrical-coordinate representation of color #0D0B13: hue angle of 255º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0D0B13 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 11 19 -
CMYK 0.32 0.42 0 0.93
HSL 255º 0.27% 0.06% -
HSV(B) 255º 0.42% 0.07% -
XYZ 0.4 0.37 0.67 -
YUV 12.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 13 11 19 0.32 0.42 0 0.93 255 0.27 0.06
Hex D B 13 20 2A 0 5D FF 1B 6
Octal 15 13 23 40 52 0 135 377 33 6
Binary 1101 1011 10011 100000 101010 0 1011101 11111111 11011 110

Color Harmonies of #0D0B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0B13

Black with #0D0B13

Text Example


Text Example

White with #0D0B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,11,19); }

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

background-color css

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

 a { background-color: rgb(13,11,19); }

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

border-color css

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

 span { border-color: rgb(13,11,19); }

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