Html Css Color HEX #0D101F Black Russian

📋 copy color: '#0D101F'

red 13 ◦ green 16 ◦ blue 31

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

Shades of Black Russian #0D101F

Tints of Black Russian #0D101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.67%

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

R = 21.67%
G = 26.67%
B = 51.67%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D101F (or 0x0D101F) is known color: Black Russian. HEX triplet: 0D, 10 and 1F. RGB value is (13,16,31). Sum of RGB (Red+Green+Blue) = 13+16+31=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D101F is #F2EFE0. Grayscale: #101010. Windows color (decimal): -15921121 or 2035725. OLE color: 2035725.

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

Color convert

RGB 13 16 31 -
CMYK 0.58 0.48 0 0.88
HSL 230º 0.41% 0.09% -
HSV(B) 230º 0.58% 0.12% -
XYZ 0.6 0.56 1.37 -
YUV 16.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 13 16 31 0.58 0.48 0 0.88 230 0.41 0.09
Hex D 10 1F 3A 30 0 58 E6 29 9
Octal 15 20 37 72 60 0 130 346 51 11
Binary 1101 10000 11111 111010 110000 0 1011000 11100110 101001 1001

Color Harmonies of #0D101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D101F

Black with #0D101F

Text Example


Text Example

White with #0D101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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