Html Css Color HEX #0F111F Black Russian

📋 copy color: '#0F111F'

red 15 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #0F111F

Tints of Black Russian #0F111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 49.21%

R = 23.81%
G = 26.98%
B = 49.21%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F111F (or 0x0F111F) is known color: Black Russian. HEX triplet: 0F, 11 and 1F. RGB value is (15,17,31). Sum of RGB (Red+Green+Blue) = 15+17+31=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F111F is #F0EEE0. Grayscale: #111111. Windows color (decimal): -15789793 or 2035983. OLE color: 2035983.

HSL color Cylindrical-coordinate representation of color #0F111F: hue angle of 232.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F111F is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 17 31 -
CMYK 0.52 0.45 0 0.88
HSL 232.5º 0.35% 0.09% -
HSV(B) 232.5º 0.52% 0.12% -
XYZ 0.64 0.6 1.38 -
YUV 18 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 15 17 31 0.52 0.45 0 0.88 232.5 0.35 0.09
Hex F 11 1F 34 2D 0 58 E8 23 9
Octal 17 21 37 64 55 0 130 350 43 11
Binary 1111 10001 11111 110100 101101 0 1011000 11101000 100011 1001

Color Harmonies of #0F111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F111F

Black with #0F111F

Text Example


Text Example

White with #0F111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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