Html Css Color HEX #0F2412 Black Bean

📋 copy color: '#0F2412'

red 15 ◦ green 36 ◦ blue 18

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

Shades of Black Bean #0F2412

Tints of Black Bean #0F2412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.09%

R = 21.74%
G = 52.17%
B = 26.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#0F2412 (or 0x0F2412) is known color: Black Bean. HEX triplet: 0F, 24 and 12. RGB value is (15,36,18). Sum of RGB (Red+Green+Blue) = 15+36+18=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2412 is #F0DBED. Grayscale: #1B1B1B. Windows color (decimal): -15784942 or 1188879. OLE color: 1188879.

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

Color convert

RGB 15 36 18 -
CMYK 0.58 0 0.5 0.86
HSL 128.57º 0.41% 0.1% -
HSV(B) 128.57º 0.58% 0.14% -
XYZ 0.94 1.41 0.79 -
YUV 27.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 15 36 18 0.58 0 0.5 0.86 128.57 0.41 0.1
Hex F 24 12 3A 0 32 56 81 29 A
Octal 17 44 22 72 0 62 126 201 51 12
Binary 1111 100100 10010 111010 0 110010 1010110 10000001 101001 1010

Color Harmonies of #0F2412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2412

Black with #0F2412

Text Example


Text Example

White with #0F2412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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