Html Css Color HEX #0F2E14 Black Bean

📋 copy color: '#0F2E14'

red 15 ◦ green 46 ◦ blue 20

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

Shades of Black Bean #0F2E14

Tints of Black Bean #0F2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 56.79%

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

R = 18.52%
G = 56.79%
B = 24.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.82

RGB Variations

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

Color information

#0F2E14 (or 0x0F2E14) is known color: Black Bean. HEX triplet: 0F, 2E and 14. RGB value is (15,46,20). Sum of RGB (Red+Green+Blue) = 15+46+20=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2E14 is #F0D1EB. Grayscale: #212121. Windows color (decimal): -15782380 or 1322511. OLE color: 1322511.

HSL color Cylindrical-coordinate representation of color #0F2E14: hue angle of 129.68º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2E14 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 46 20 -
CMYK 0.67 0 0.57 0.82
HSL 129.68º 0.51% 0.12% -
HSV(B) 129.68º 0.67% 0.18% -
XYZ 1.3 2.11 1 -
YUV 33.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 15 46 20 0.67 0 0.57 0.82 129.68 0.51 0.12
Hex F 2E 14 43 0 39 52 82 33 C
Octal 17 56 24 103 0 71 122 202 63 14
Binary 1111 101110 10100 1000011 0 111001 1010010 10000010 110011 1100

Color Harmonies of #0F2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2E14

Black with #0F2E14

Text Example


Text Example

White with #0F2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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