Html Css Color HEX #0D1126 Black Russian

📋 copy color: '#0D1126'

red 13 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #0D1126

Tints of Black Russian #0D1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 38 (15.23% from 255) = 55.88%

R = 19.12%
G = 25%
B = 55.88%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0D1126 (or 0x0D1126) is known color: Black Russian. HEX triplet: 0D, 11 and 26. RGB value is (13,17,38). Sum of RGB (Red+Green+Blue) = 13+17+38=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1126 is #F2EED9. Grayscale: #121212. Windows color (decimal): -15920858 or 2494733. OLE color: 2494733.

HSL color Cylindrical-coordinate representation of color #0D1126: hue angle of 230.4º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D1126 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 17 38 -
CMYK 0.66 0.55 0 0.85
HSL 230.4º 0.49% 0.1% -
HSV(B) 230.4º 0.66% 0.15% -
XYZ 0.72 0.63 1.92 -
YUV 18.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 13 17 38 0.66 0.55 0 0.85 230.4 0.49 0.1
Hex D 11 26 42 37 0 55 E6 31 A
Octal 15 21 46 102 67 0 125 346 61 12
Binary 1101 10001 100110 1000010 110111 0 1010101 11100110 110001 1010

Color Harmonies of #0D1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1126

Black with #0D1126

Text Example


Text Example

White with #0D1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,38); }

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

background-color css

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

 a { background-color: rgb(13,17,38); }

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

border-color css

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

 span { border-color: rgb(13,17,38); }

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