Html Css Color HEX #0D1426 Black Russian

📋 copy color: '#0D1426'

red 13 ◦ green 20 ◦ blue 38

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

Shades of Black Russian #0D1426

Tints of Black Russian #0D1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.17%

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

R = 18.31%
G = 28.17%
B = 53.52%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0D1426 (or 0x0D1426) is known color: Black Russian. HEX triplet: 0D, 14 and 26. RGB value is (13,20,38). Sum of RGB (Red+Green+Blue) = 13+20+38=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1426 is #F2EBD9. Grayscale: #131313. Windows color (decimal): -15920090 or 2495501. OLE color: 2495501.

HSL color Cylindrical-coordinate representation of color #0D1426: hue angle of 223.2º 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 #0D1426 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 20 38 -
CMYK 0.66 0.47 0 0.85
HSL 223.2º 0.49% 0.1% -
HSV(B) 223.2º 0.66% 0.15% -
XYZ 0.77 0.73 1.93 -
YUV 19.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 13 20 38 0.66 0.47 0 0.85 223.2 0.49 0.1
Hex D 14 26 42 2F 0 55 DF 31 A
Octal 15 24 46 102 57 0 125 337 61 12
Binary 1101 10100 100110 1000010 101111 0 1010101 11011111 110001 1010

Color Harmonies of #0D1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1426

Black with #0D1426

Text Example


Text Example

White with #0D1426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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