Html Css Color HEX #0F110F Black Bean

📋 copy color: '#0F110F'

red 15 ◦ green 17 ◦ blue 15

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

Shades of Black Bean #0F110F

Tints of Black Bean #0F110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 31.91%
G = 36.17%
B = 31.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#0F110F (or 0x0F110F) is known color: Black Bean. HEX triplet: 0F, 11 and 0F. RGB value is (15,17,15). Sum of RGB (Red+Green+Blue) = 15+17+15=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110F is #F0EEF0. Grayscale: #101010. Windows color (decimal): -15789809 or 987407. OLE color: 987407.

HSL color Cylindrical-coordinate representation of color #0F110F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0F110F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 17 15 -
CMYK 0.12 0 0.12 0.93
HSL 120º 0.06% 0.06% -
HSV(B) 120º 0.12% 0.07% -
XYZ 0.48 0.54 0.53 -
YUV 16.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 15 17 15 0.12 0 0.12 0.93 120 0.06 0.06
Hex F 11 F C 0 C 5D 78 6 6
Octal 17 21 17 14 0 14 135 170 6 6
Binary 1111 10001 1111 1100 0 1100 1011101 1111000 110 110

Color Harmonies of #0F110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F110F

Black with #0F110F

Text Example


Text Example

White with #0F110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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