Html Css Color HEX #0F1017 Black Russian

📋 copy color: '#0F1017'

red 15 ◦ green 16 ◦ blue 23

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

Shades of Black Russian #0F1017

Tints of Black Russian #0F1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.63%

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

R = 27.78%
G = 29.63%
B = 42.59%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1017 (or 0x0F1017) is known color: Black Russian. HEX triplet: 0F, 10 and 17. RGB value is (15,16,23). Sum of RGB (Red+Green+Blue) = 15+16+23=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1017 is #F0EFE8. Grayscale: #101010. Windows color (decimal): -15790057 or 1511439. OLE color: 1511439.

HSL color Cylindrical-coordinate representation of color #0F1017: hue angle of 232.5º 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 #0F1017 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 16 23 -
CMYK 0.35 0.30 0 0.91
HSL 232.5º 0.21% 0.07% -
HSV(B) 232.5º 0.35% 0.09% -
XYZ 0.54 0.53 0.89 -
YUV 16.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 15 16 23 0.35 0.30 0 0.91 232.5 0.21 0.07
Hex F 10 17 23 1E 0 5B E8 15 7
Octal 17 20 27 43 36 0 133 350 25 7
Binary 1111 10000 10111 100011 11110 0 1011011 11101000 10101 111

Color Harmonies of #0F1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1017

Black with #0F1017

Text Example


Text Example

White with #0F1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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