Html Css Color HEX #0F2B11 Black Bean

📋 copy color: '#0F2B11'

red 15 ◦ green 43 ◦ blue 17

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

Shades of Black Bean #0F2B11

Tints of Black Bean #0F2B11

RGB

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

 GREEN value IS 43 (17.19% from 255) = 57.33%

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

R = 20%
G = 57.33%
B = 22.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.83

RGB Variations

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

Color information

#0F2B11 (or 0x0F2B11) is known color: Black Bean. HEX triplet: 0F, 2B and 11. RGB value is (15,43,17). Sum of RGB (Red+Green+Blue) = 15+43+17=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B11 is #F0D4EE. Grayscale: #1F1F1F. Windows color (decimal): -15783151 or 1125135. OLE color: 1125135.

HSL color Cylindrical-coordinate representation of color #0F2B11: hue angle of 124.29º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F2B11 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 43 17 -
CMYK 0.65 0 0.60 0.83
HSL 124.29º 0.48% 0.11% -
HSV(B) 124.29º 0.65% 0.17% -
XYZ 1.16 1.87 0.83 -
YUV 31.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 15 43 17 0.65 0 0.60 0.83 124.29 0.48 0.11
Hex F 2B 11 41 0 3C 53 7C 30 B
Octal 17 53 21 101 0 74 123 174 60 13
Binary 1111 101011 10001 1000001 0 111100 1010011 1111100 110000 1011

Color Harmonies of #0F2B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2B11

Black with #0F2B11

Text Example


Text Example

White with #0F2B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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