Html Css Color HEX #0D091D Black Russian

📋 copy color: '#0D091D'

red 13 ◦ green 9 ◦ blue 29

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

Shades of Black Russian #0D091D

Tints of Black Russian #0D091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.65%

 BLUE value IS 29 (11.72% from 255) = 56.86%

R = 25.49%
G = 17.65%
B = 56.86%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D091D (or 0x0D091D) is known color: Black Russian. HEX triplet: 0D, 09 and 1D. RGB value is (13,9,29). Sum of RGB (Red+Green+Blue) = 13+9+29=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D091D is #F2F6E2. Grayscale: #0C0C0C. Windows color (decimal): -15922915 or 1902861. OLE color: 1902861.

HSL color Cylindrical-coordinate representation of color #0D091D: hue angle of 252º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D091D is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 9 29 -
CMYK 0.55 0.69 0 0.89
HSL 252º 0.53% 0.07% -
HSV(B) 252º 0.69% 0.11% -
XYZ 0.49 0.37 1.21 -
YUV 12.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 13 9 29 0.55 0.69 0 0.89 252 0.53 0.07
Hex D 9 1D 37 45 0 59 FC 35 7
Octal 15 11 35 67 105 0 131 374 65 7
Binary 1101 1001 11101 110111 1000101 0 1011001 11111100 110101 111

Color Harmonies of #0D091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D091D

Black with #0D091D

Text Example


Text Example

White with #0D091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,29); }

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

background-color css

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

 a { background-color: rgb(13,9,29); }

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

border-color css

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

 span { border-color: rgb(13,9,29); }

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