Html Css Color HEX #0F2414 Black Bean

📋 copy color: '#0F2414'

red 15 ◦ green 36 ◦ blue 20

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

Shades of Black Bean #0F2414

Tints of Black Bean #0F2414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.17%

R = 21.13%
G = 50.7%
B = 28.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#0F2414 (or 0x0F2414) is known color: Black Bean. HEX triplet: 0F, 24 and 14. RGB value is (15,36,20). Sum of RGB (Red+Green+Blue) = 15+36+20=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2414 is #F0DBEB. Grayscale: #1B1B1B. Windows color (decimal): -15784940 or 1319951. OLE color: 1319951.

HSL color Cylindrical-coordinate representation of color #0F2414: hue angle of 134.29º 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 #0F2414 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 36 20 -
CMYK 0.58 0 0.44 0.86
HSL 134.29º 0.41% 0.1% -
HSV(B) 134.29º 0.58% 0.14% -
XYZ 0.95 1.41 0.88 -
YUV 27.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 15 36 20 0.58 0 0.44 0.86 134.29 0.41 0.1
Hex F 24 14 3A 0 2C 56 86 29 A
Octal 17 44 24 72 0 54 126 206 51 12
Binary 1111 100100 10100 111010 0 101100 1010110 10000110 101001 1010

Color Harmonies of #0F2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2414

Black with #0F2414

Text Example


Text Example

White with #0F2414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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