Html Css Color HEX #0F1611 Black Bean

📋 copy color: '#0F1611'

red 15 ◦ green 22 ◦ blue 17

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

Shades of Black Bean #0F1611

Tints of Black Bean #0F1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 40.74%

 BLUE value IS 17 (7.03% from 255) = 31.48%

R = 27.78%
G = 40.74%
B = 31.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#0F1611 (or 0x0F1611) is known color: Black Bean. HEX triplet: 0F, 16 and 11. RGB value is (15,22,17). Sum of RGB (Red+Green+Blue) = 15+22+17=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1611 is #F0E9EE. Grayscale: #131313. Windows color (decimal): -15788527 or 1119759. OLE color: 1119759.

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

Color convert

RGB 15 22 17 -
CMYK 0.32 0 0.23 0.91
HSL 137.14º 0.19% 0.07% -
HSV(B) 137.14º 0.32% 0.09% -
XYZ 0.59 0.72 0.64 -
YUV 19.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 15 22 17 0.32 0 0.23 0.91 137.14 0.19 0.07
Hex F 16 11 20 0 17 5B 89 13 7
Octal 17 26 21 40 0 27 133 211 23 7
Binary 1111 10110 10001 100000 0 10111 1011011 10001001 10011 111

Color Harmonies of #0F1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1611

Black with #0F1611

Text Example


Text Example

White with #0F1611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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