Html Css Color HEX #0F111D Black Russian

📋 copy color: '#0F111D'

red 15 ◦ green 17 ◦ blue 29

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

Shades of Black Russian #0F111D

Tints of Black Russian #0F111D

RGB

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

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

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

R = 24.59%
G = 27.87%
B = 47.54%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F111D (or 0x0F111D) is known color: Black Russian. HEX triplet: 0F, 11 and 1D. RGB value is (15,17,29). Sum of RGB (Red+Green+Blue) = 15+17+29=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F111D is #F0EEE2. Grayscale: #111111. Windows color (decimal): -15789795 or 1904911. OLE color: 1904911.

HSL color Cylindrical-coordinate representation of color #0F111D: hue angle of 231.43º 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 #0F111D is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 17 29 -
CMYK 0.48 0.41 0 0.89
HSL 231.43º 0.32% 0.09% -
HSV(B) 231.43º 0.48% 0.11% -
XYZ 0.62 0.59 1.24 -
YUV 17.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 15 17 29 0.48 0.41 0 0.89 231.43 0.32 0.09
Hex F 11 1D 30 29 0 59 E7 20 9
Octal 17 21 35 60 51 0 131 347 40 11
Binary 1111 10001 11101 110000 101001 0 1011001 11100111 100000 1001

Color Harmonies of #0F111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F111D

Black with #0F111D

Text Example


Text Example

White with #0F111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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