Html Css Color HEX #0D091B Black Russian

📋 copy color: '#0D091B'

red 13 ◦ green 9 ◦ blue 27

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

Shades of Black Russian #0D091B

Tints of Black Russian #0D091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 55.1%

R = 26.53%
G = 18.37%
B = 55.1%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D091B (or 0x0D091B) is known color: Black Russian. HEX triplet: 0D, 09 and 1B. RGB value is (13,9,27). Sum of RGB (Red+Green+Blue) = 13+9+27=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D091B is #F2F6E4. Grayscale: #0C0C0C. Windows color (decimal): -15922917 or 1771789. OLE color: 1771789.

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

Color convert

RGB 13 9 27 -
CMYK 0.52 0.67 0 0.89
HSL 253.33º 0.5% 0.07% -
HSV(B) 253.33º 0.67% 0.11% -
XYZ 0.46 0.36 1.08 -
YUV 12.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 13 9 27 0.52 0.67 0 0.89 253.33 0.5 0.07
Hex D 9 1B 34 43 0 59 FD 32 7
Octal 15 11 33 64 103 0 131 375 62 7
Binary 1101 1001 11011 110100 1000011 0 1011001 11111101 110010 111

Color Harmonies of #0D091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D091B

Black with #0D091B

Text Example


Text Example

White with #0D091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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