Html Css Color HEX #0F111C Black Russian

📋 copy color: '#0F111C'

red 15 ◦ green 17 ◦ blue 28

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

Shades of Black Russian #0F111C

Tints of Black Russian #0F111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 46.67%

R = 25%
G = 28.33%
B = 46.67%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F111C (or 0x0F111C) is known color: Black Russian. HEX triplet: 0F, 11 and 1C. RGB value is (15,17,28). Sum of RGB (Red+Green+Blue) = 15+17+28=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F111C is #F0EEE3. Grayscale: #111111. Windows color (decimal): -15789796 or 1839375. OLE color: 1839375.

HSL color Cylindrical-coordinate representation of color #0F111C: hue angle of 230.77º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F111C is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 17 28 -
CMYK 0.46 0.39 0 0.89
HSL 230.77º 0.3% 0.08% -
HSV(B) 230.77º 0.46% 0.11% -
XYZ 0.61 0.59 1.18 -
YUV 17.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 15 17 28 0.46 0.39 0 0.89 230.77 0.3 0.08
Hex F 11 1C 2E 27 0 59 E7 1E 8
Octal 17 21 34 56 47 0 131 347 36 10
Binary 1111 10001 11100 101110 100111 0 1011001 11100111 11110 1000

Color Harmonies of #0F111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F111C

Black with #0F111C

Text Example


Text Example

White with #0F111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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