Html Css Color HEX #0F1016 Black Russian

📋 copy color: '#0F1016'

red 15 ◦ green 16 ◦ blue 22

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

Shades of Black Russian #0F1016

Tints of Black Russian #0F1016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 41.51%

R = 28.3%
G = 30.19%
B = 41.51%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1016 (or 0x0F1016) is known color: Black Russian. HEX triplet: 0F, 10 and 16. RGB value is (15,16,22). Sum of RGB (Red+Green+Blue) = 15+16+22=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1016 is #F0EFE9. Grayscale: #101010. Windows color (decimal): -15790058 or 1445903. OLE color: 1445903.

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

Color convert

RGB 15 16 22 -
CMYK 0.32 0.27 0 0.91
HSL 231.43º 0.19% 0.07% -
HSV(B) 231.43º 0.32% 0.09% -
XYZ 0.53 0.53 0.83 -
YUV 16.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 15 16 22 0.32 0.27 0 0.91 231.43 0.19 0.07
Hex F 10 16 20 1B 0 5B E7 13 7
Octal 17 20 26 40 33 0 133 347 23 7
Binary 1111 10000 10110 100000 11011 0 1011011 11100111 10011 111

Color Harmonies of #0F1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1016

Black with #0F1016

Text Example


Text Example

White with #0F1016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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