Html Css Color HEX #0F1811 Black Bean

📋 copy color: '#0F1811'

red 15 ◦ green 24 ◦ blue 17

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

Shades of Black Bean #0F1811

Tints of Black Bean #0F1811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 42.86%

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

R = 26.79%
G = 42.86%
B = 30.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#0F1811 (or 0x0F1811) is known color: Black Bean. HEX triplet: 0F, 18 and 11. RGB value is (15,24,17). Sum of RGB (Red+Green+Blue) = 15+24+17=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1811 is #F0E7EE. Grayscale: #141414. Windows color (decimal): -15788015 or 1120271. OLE color: 1120271.

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

Color convert

RGB 15 24 17 -
CMYK 0.37 0 0.29 0.91
HSL 133.33º 0.23% 0.08% -
HSV(B) 133.33º 0.38% 0.09% -
XYZ 0.62 0.8 0.65 -
YUV 20.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 15 24 17 0.37 0 0.29 0.91 133.33 0.23 0.08
Hex F 18 11 25 0 1D 5B 85 17 8
Octal 17 30 21 45 0 35 133 205 27 10
Binary 1111 11000 10001 100101 0 11101 1011011 10000101 10111 1000

Color Harmonies of #0F1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1811

Black with #0F1811

Text Example


Text Example

White with #0F1811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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