Html Css Color HEX #0F2812 Black Bean

📋 copy color: '#0F2812'

red 15 ◦ green 40 ◦ blue 18

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

Shades of Black Bean #0F2812

Tints of Black Bean #0F2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 54.79%

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

R = 20.55%
G = 54.79%
B = 24.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#0F2812 (or 0x0F2812) is known color: Black Bean. HEX triplet: 0F, 28 and 12. RGB value is (15,40,18). Sum of RGB (Red+Green+Blue) = 15+40+18=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2812 is #F0D7ED. Grayscale: #1E1E1E. Windows color (decimal): -15783918 or 1189903. OLE color: 1189903.

HSL color Cylindrical-coordinate representation of color #0F2812: hue angle of 127.2º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2812 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 40 18 -
CMYK 0.62 0 0.55 0.84
HSL 127.2º 0.45% 0.11% -
HSV(B) 127.2º 0.63% 0.16% -
XYZ 1.06 1.66 0.84 -
YUV 30.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 15 40 18 0.62 0 0.55 0.84 127.2 0.45 0.11
Hex F 28 12 3E 0 37 54 7F 2D B
Octal 17 50 22 76 0 67 124 177 55 13
Binary 1111 101000 10010 111110 0 110111 1010100 1111111 101101 1011

Color Harmonies of #0F2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2812

Black with #0F2812

Text Example


Text Example

White with #0F2812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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