Html Css Color HEX #0F1812 Black Bean

📋 copy color: '#0F1812'

red 15 ◦ green 24 ◦ blue 18

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

Shades of Black Bean #0F1812

Tints of Black Bean #0F1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 42.11%

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

R = 26.32%
G = 42.11%
B = 31.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#0F1812 (or 0x0F1812) is known color: Black Bean. HEX triplet: 0F, 18 and 12. RGB value is (15,24,18). Sum of RGB (Red+Green+Blue) = 15+24+18=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1812 is #F0E7ED. Grayscale: #141414. Windows color (decimal): -15788014 or 1185807. OLE color: 1185807.

HSL color Cylindrical-coordinate representation of color #0F1812: hue angle of 140º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1812 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 24 18 -
CMYK 0.37 0 0.25 0.91
HSL 140º 0.23% 0.08% -
HSV(B) 140º 0.38% 0.09% -
XYZ 0.63 0.8 0.69 -
YUV 20.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 15 24 18 0.37 0 0.25 0.91 140 0.23 0.08
Hex F 18 12 25 0 19 5B 8C 17 8
Octal 17 30 22 45 0 31 133 214 27 10
Binary 1111 11000 10010 100101 0 11001 1011011 10001100 10111 1000

Color Harmonies of #0F1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1812

Black with #0F1812

Text Example


Text Example

White with #0F1812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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