Html Css Color HEX #0F1117 Black Russian

📋 copy color: '#0F1117'

red 15 ◦ green 17 ◦ blue 23

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

Shades of Black Russian #0F1117

Tints of Black Russian #0F1117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 41.82%

R = 27.27%
G = 30.91%
B = 41.82%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1117 (or 0x0F1117) is known color: Black Russian. HEX triplet: 0F, 11 and 17. RGB value is (15,17,23). Sum of RGB (Red+Green+Blue) = 15+17+23=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1117 is #F0EEE8. Grayscale: #111111. Windows color (decimal): -15789801 or 1511695. OLE color: 1511695.

HSL color Cylindrical-coordinate representation of color #0F1117: hue angle of 225º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1117 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 17 23 -
CMYK 0.35 0.26 0 0.91
HSL 225º 0.21% 0.07% -
HSV(B) 225º 0.35% 0.09% -
XYZ 0.55 0.56 0.89 -
YUV 17.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 15 17 23 0.35 0.26 0 0.91 225 0.21 0.07
Hex F 11 17 23 1A 0 5B E1 15 7
Octal 17 21 27 43 32 0 133 341 25 7
Binary 1111 10001 10111 100011 11010 0 1011011 11100001 10101 111

Color Harmonies of #0F1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1117

Black with #0F1117

Text Example


Text Example

White with #0F1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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