Html Css Color HEX #0F2411 Black Bean

📋 copy color: '#0F2411'

red 15 ◦ green 36 ◦ blue 17

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

Shades of Black Bean #0F2411

Tints of Black Bean #0F2411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 52.94%

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

R = 22.06%
G = 52.94%
B = 25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#0F2411 (or 0x0F2411) is known color: Black Bean. HEX triplet: 0F, 24 and 11. RGB value is (15,36,17). Sum of RGB (Red+Green+Blue) = 15+36+17=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2411 is #F0DBEE. Grayscale: #1B1B1B. Windows color (decimal): -15784943 or 1123343. OLE color: 1123343.

HSL color Cylindrical-coordinate representation of color #0F2411: hue angle of 125.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2411 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 17 -
CMYK 0.58 0 0.53 0.86
HSL 125.71º 0.41% 0.1% -
HSV(B) 125.71º 0.58% 0.14% -
XYZ 0.93 1.4 0.75 -
YUV 27.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 15 36 17 0.58 0 0.53 0.86 125.71 0.41 0.1
Hex F 24 11 3A 0 35 56 7E 29 A
Octal 17 44 21 72 0 65 126 176 51 12
Binary 1111 100100 10001 111010 0 110101 1010110 1111110 101001 1010

Color Harmonies of #0F2411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2411

Black with #0F2411

Text Example


Text Example

White with #0F2411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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