Html Css Color HEX #0F2A14 Black Bean

📋 copy color: '#0F2A14'

red 15 ◦ green 42 ◦ blue 20

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

Shades of Black Bean #0F2A14

Tints of Black Bean #0F2A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 54.55%

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

R = 19.48%
G = 54.55%
B = 25.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#0F2A14 (or 0x0F2A14) is known color: Black Bean. HEX triplet: 0F, 2A and 14. RGB value is (15,42,20). Sum of RGB (Red+Green+Blue) = 15+42+20=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A14 is #F0D5EB. Grayscale: #1F1F1F. Windows color (decimal): -15783404 or 1321487. OLE color: 1321487.

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

Color convert

RGB 15 42 20 -
CMYK 0.64 0 0.52 0.84
HSL 131.11º 0.47% 0.11% -
HSV(B) 131.11º 0.64% 0.16% -
XYZ 1.15 1.81 0.95 -
YUV 31.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 15 42 20 0.64 0 0.52 0.84 131.11 0.47 0.11
Hex F 2A 14 40 0 34 54 83 2F B
Octal 17 52 24 100 0 64 124 203 57 13
Binary 1111 101010 10100 1000000 0 110100 1010100 10000011 101111 1011

Color Harmonies of #0F2A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2A14

Black with #0F2A14

Text Example


Text Example

White with #0F2A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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