Html Css Color HEX #0F1217 Black Russian

📋 copy color: '#0F1217'

red 15 ◦ green 18 ◦ blue 23

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

Shades of Black Russian #0F1217

Tints of Black Russian #0F1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.14%

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

R = 26.79%
G = 32.14%
B = 41.07%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F1217 (or 0x0F1217) is known color: Black Russian. HEX triplet: 0F, 12 and 17. RGB value is (15,18,23). Sum of RGB (Red+Green+Blue) = 15+18+23=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1217 is #F0EDE8. Grayscale: #111111. Windows color (decimal): -15789545 or 1511951. OLE color: 1511951.

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

Color convert

RGB 15 18 23 -
CMYK 0.35 0.22 0 0.91
HSL 217.5º 0.21% 0.07% -
HSV(B) 217.5º 0.35% 0.09% -
XYZ 0.57 0.6 0.9 -
YUV 17.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 15 18 23 0.35 0.22 0 0.91 217.5 0.21 0.07
Hex F 12 17 23 16 0 5B DA 15 7
Octal 17 22 27 43 26 0 133 332 25 7
Binary 1111 10010 10111 100011 10110 0 1011011 11011010 10101 111

Color Harmonies of #0F1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1217

Black with #0F1217

Text Example


Text Example

White with #0F1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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