Html Css Color HEX #0D172A Black Russian

📋 copy color: '#0D172A'

red 13 ◦ green 23 ◦ blue 42

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

Shades of Black Russian #0D172A

Tints of Black Russian #0D172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

 BLUE value IS 42 (16.8% from 255) = 53.85%

R = 16.67%
G = 29.49%
B = 53.85%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0D172A (or 0x0D172A) is known color: Black Russian. HEX triplet: 0D, 17 and 2A. RGB value is (13,23,42). Sum of RGB (Red+Green+Blue) = 13+23+42=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D172A is #F2E8D5. Grayscale: #161616. Windows color (decimal): -15919318 or 2758413. OLE color: 2758413.

HSL color Cylindrical-coordinate representation of color #0D172A: hue angle of 219.31º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D172A is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 23 42 -
CMYK 0.69 0.45 0 0.84
HSL 219.31º 0.53% 0.11% -
HSV(B) 219.31º 0.69% 0.16% -
XYZ 0.89 0.87 2.31 -
YUV 22.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 13 23 42 0.69 0.45 0 0.84 219.31 0.53 0.11
Hex D 17 2A 45 2D 0 54 DB 35 B
Octal 15 27 52 105 55 0 124 333 65 13
Binary 1101 10111 101010 1000101 101101 0 1010100 11011011 110101 1011

Color Harmonies of #0D172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D172A

Black with #0D172A

Text Example


Text Example

White with #0D172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,42); }

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

background-color css

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

 a { background-color: rgb(13,23,42); }

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

border-color css

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

 span { border-color: rgb(13,23,42); }

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