Html Css Color HEX #0F1018 Black Russian

📋 copy color: '#0F1018'

red 15 ◦ green 16 ◦ blue 24

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

Shades of Black Russian #0F1018

Tints of Black Russian #0F1018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 43.64%

R = 27.27%
G = 29.09%
B = 43.64%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1018 (or 0x0F1018) is known color: Black Russian. HEX triplet: 0F, 10 and 18. RGB value is (15,16,24). Sum of RGB (Red+Green+Blue) = 15+16+24=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1018 is #F0EFE7. Grayscale: #101010. Windows color (decimal): -15790056 or 1576975. OLE color: 1576975.

HSL color Cylindrical-coordinate representation of color #0F1018: hue angle of 233.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1018 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 16 24 -
CMYK 0.37 0.33 0 0.91
HSL 233.33º 0.23% 0.08% -
HSV(B) 233.33º 0.38% 0.09% -
XYZ 0.55 0.54 0.94 -
YUV 16.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 15 16 24 0.37 0.33 0 0.91 233.33 0.23 0.08
Hex F 10 18 25 21 0 5B E9 17 8
Octal 17 20 30 45 41 0 133 351 27 10
Binary 1111 10000 11000 100101 100001 0 1011011 11101001 10111 1000

Color Harmonies of #0F1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1018

Black with #0F1018

Text Example


Text Example

White with #0F1018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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