Html Css Color HEX #0D081F Black Russian

📋 copy color: '#0D081F'

red 13 ◦ green 8 ◦ blue 31

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

Shades of Black Russian #0D081F

Tints of Black Russian #0D081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.38%

 BLUE value IS 31 (12.5% from 255) = 59.62%

R = 25%
G = 15.38%
B = 59.62%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D081F (or 0x0D081F) is known color: Black Russian. HEX triplet: 0D, 08 and 1F. RGB value is (13,8,31). Sum of RGB (Red+Green+Blue) = 13+8+31=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081F is #F2F7E0. Grayscale: #0C0C0C. Windows color (decimal): -15923169 or 2033677. OLE color: 2033677.

HSL color Cylindrical-coordinate representation of color #0D081F: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D081F is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 8 31 -
CMYK 0.58 0.74 0 0.88
HSL 253.04º 0.59% 0.08% -
HSV(B) 253.04º 0.74% 0.12% -
XYZ 0.5 0.36 1.34 -
YUV 12.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 13 8 31 0.58 0.74 0 0.88 253.04 0.59 0.08
Hex D 8 1F 3A 4A 0 58 FD 3B 8
Octal 15 10 37 72 112 0 130 375 73 10
Binary 1101 1000 11111 111010 1001010 0 1011000 11111101 111011 1000

Color Harmonies of #0D081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D081F

Black with #0D081F

Text Example


Text Example

White with #0D081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,31); }

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

background-color css

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

 a { background-color: rgb(13,8,31); }

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

border-color css

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

 span { border-color: rgb(13,8,31); }

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