Html Css Color HEX #0F1E14 Black Bean

📋 copy color: '#0F1E14'

red 15 ◦ green 30 ◦ blue 20

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

Shades of Black Bean #0F1E14

Tints of Black Bean #0F1E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 46.15%

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

R = 23.08%
G = 46.15%
B = 30.77%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#0F1E14 (or 0x0F1E14) is known color: Black Bean. HEX triplet: 0F, 1E and 14. RGB value is (15,30,20). Sum of RGB (Red+Green+Blue) = 15+30+20=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 30 (12.11% from 255 or 46.15% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E14 is #F0E1EB. Grayscale: #181818. Windows color (decimal): -15786476 or 1318415. OLE color: 1318415.

HSL color Cylindrical-coordinate representation of color #0F1E14: hue angle of 140º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F1E14 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 30 20 -
CMYK 0.5 0 0.33 0.88
HSL 140º 0.33% 0.09% -
HSV(B) 140º 0.5% 0.12% -
XYZ 0.79 1.08 0.83 -
YUV 24.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 15 30 20 0.5 0 0.33 0.88 140 0.33 0.09
Hex F 1E 14 32 0 21 58 8C 21 9
Octal 17 36 24 62 0 41 130 214 41 11
Binary 1111 11110 10100 110010 0 100001 1011000 10001100 100001 1001

Color Harmonies of #0F1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E14

Black with #0F1E14

Text Example


Text Example

White with #0F1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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