Html Css Color HEX #0F131D Black Russian

📋 copy color: '#0F131D'

red 15 ◦ green 19 ◦ blue 29

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

Shades of Black Russian #0F131D

Tints of Black Russian #0F131D

RGB

 RED value IS 15 (6.25% from 255) = 23.81%

 GREEN value IS 19 (7.81% from 255) = 30.16%

 BLUE value IS 29 (11.72% from 255) = 46.03%

R = 23.81%
G = 30.16%
B = 46.03%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F131D (or 0x0F131D) is known color: Black Russian. HEX triplet: 0F, 13 and 1D. RGB value is (15,19,29). Sum of RGB (Red+Green+Blue) = 15+19+29=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F131D is #F0ECE2. Grayscale: #121212. Windows color (decimal): -15789283 or 1905423. OLE color: 1905423.

HSL color Cylindrical-coordinate representation of color #0F131D: hue angle of 222.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F131D is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 19 29 -
CMYK 0.48 0.34 0 0.89
HSL 222.86º 0.32% 0.09% -
HSV(B) 222.86º 0.48% 0.11% -
XYZ 0.65 0.66 1.25 -
YUV 18.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 15 19 29 0.48 0.34 0 0.89 222.86 0.32 0.09
Hex F 13 1D 30 22 0 59 DF 20 9
Octal 17 23 35 60 42 0 131 337 40 11
Binary 1111 10011 11101 110000 100010 0 1011001 11011111 100000 1001

Color Harmonies of #0F131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F131D

Black with #0F131D

Text Example


Text Example

White with #0F131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,29); }

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

background-color css

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

 a { background-color: rgb(15,19,29); }

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

border-color css

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

 span { border-color: rgb(15,19,29); }

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