Html Css Color HEX #0F2111 Black Bean

📋 copy color: '#0F2111'

red 15 ◦ green 33 ◦ blue 17

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

Shades of Black Bean #0F2111

Tints of Black Bean #0F2111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 50.77%

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

R = 23.08%
G = 50.77%
B = 26.15%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.87

RGB Variations

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

Color information

#0F2111 (or 0x0F2111) is known color: Black Bean. HEX triplet: 0F, 21 and 11. RGB value is (15,33,17). Sum of RGB (Red+Green+Blue) = 15+33+17=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2111 is #F0DEEE. Grayscale: #191919. Windows color (decimal): -15785711 or 1122575. OLE color: 1122575.

HSL color Cylindrical-coordinate representation of color #0F2111: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F2111 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 33 17 -
CMYK 0.55 0 0.48 0.87
HSL 126.67º 0.38% 0.09% -
HSV(B) 126.67º 0.55% 0.13% -
XYZ 0.84 1.23 0.72 -
YUV 25.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 15 33 17 0.55 0 0.48 0.87 126.67 0.38 0.09
Hex F 21 11 37 0 30 57 7F 26 9
Octal 17 41 21 67 0 60 127 177 46 11
Binary 1111 100001 10001 110111 0 110000 1010111 1111111 100110 1001

Color Harmonies of #0F2111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2111

Black with #0F2111

Text Example


Text Example

White with #0F2111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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