Html Css Color HEX #0F121F Black Russian

📋 copy color: '#0F121F'

red 15 ◦ green 18 ◦ blue 31

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

Shades of Black Russian #0F121F

Tints of Black Russian #0F121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 28.13%

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

R = 23.44%
G = 28.13%
B = 48.44%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F121F (or 0x0F121F) is known color: Black Russian. HEX triplet: 0F, 12 and 1F. RGB value is (15,18,31). Sum of RGB (Red+Green+Blue) = 15+18+31=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F121F is #F0EDE0. Grayscale: #121212. Windows color (decimal): -15789537 or 2036239. OLE color: 2036239.

HSL color Cylindrical-coordinate representation of color #0F121F: hue angle of 228.75º 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 #0F121F is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 18 31 -
CMYK 0.52 0.42 0 0.88
HSL 228.75º 0.35% 0.09% -
HSV(B) 228.75º 0.52% 0.12% -
XYZ 0.66 0.63 1.38 -
YUV 18.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 15 18 31 0.52 0.42 0 0.88 228.75 0.35 0.09
Hex F 12 1F 34 2A 0 58 E5 23 9
Octal 17 22 37 64 52 0 130 345 43 11
Binary 1111 10010 11111 110100 101010 0 1011000 11100101 100011 1001

Color Harmonies of #0F121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F121F

Black with #0F121F

Text Example


Text Example

White with #0F121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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