Html Css Color HEX #0D152B Black Russian

📋 copy color: '#0D152B'

red 13 ◦ green 21 ◦ blue 43

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

Shades of Black Russian #0D152B

Tints of Black Russian #0D152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.27%

 BLUE value IS 43 (17.19% from 255) = 55.84%

R = 16.88%
G = 27.27%
B = 55.84%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0D152B (or 0x0D152B) is known color: Black Russian. HEX triplet: 0D, 15 and 2B. RGB value is (13,21,43). Sum of RGB (Red+Green+Blue) = 13+21+43=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D152B is #F2EAD4. Grayscale: #151515. Windows color (decimal): -15919829 or 2823437. OLE color: 2823437.

HSL color Cylindrical-coordinate representation of color #0D152B: hue angle of 224º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D152B is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 13 21 43 -
CMYK 0.70 0.51 0 0.83
HSL 224º 0.54% 0.11% -
HSV(B) 224º 0.7% 0.17% -
XYZ 0.87 0.8 2.39 -
YUV 21.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 13 21 43 0.70 0.51 0 0.83 224 0.54 0.11
Hex D 15 2B 46 33 0 53 E0 36 B
Octal 15 25 53 106 63 0 123 340 66 13
Binary 1101 10101 101011 1000110 110011 0 1010011 11100000 110110 1011

Color Harmonies of #0D152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D152B

Black with #0D152B

Text Example


Text Example

White with #0D152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,43); }

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

background-color css

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

 a { background-color: rgb(13,21,43); }

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

border-color css

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

 span { border-color: rgb(13,21,43); }

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