Html Css Color HEX #0F200F Black Bean

📋 copy color: '#0F200F'

red 15 ◦ green 32 ◦ blue 15

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

Shades of Black Bean #0F200F

Tints of Black Bean #0F200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 51.61%

 BLUE value IS 15 (6.25% from 255) = 24.19%

R = 24.19%
G = 51.61%
B = 24.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#0F200F (or 0x0F200F) is known color: Black Bean. HEX triplet: 0F, 20 and 0F. RGB value is (15,32,15). Sum of RGB (Red+Green+Blue) = 15+32+15=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #0F200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F200F is #F0DFF0. Grayscale: #191919. Windows color (decimal): -15785969 or 991247. OLE color: 991247.

HSL color Cylindrical-coordinate representation of color #0F200F: hue angle of 120º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F200F is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 32 15 -
CMYK 0.53 0 0.53 0.87
HSL 120º 0.36% 0.09% -
HSV(B) 120º 0.53% 0.13% -
XYZ 0.8 1.17 0.64 -
YUV 24.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 15 32 15 0.53 0 0.53 0.87 120 0.36 0.09
Hex F 20 F 35 0 35 57 78 24 9
Octal 17 40 17 65 0 65 127 170 44 11
Binary 1111 100000 1111 110101 0 110101 1010111 1111000 100100 1001

Color Harmonies of #0F200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F200F

Black with #0F200F

Text Example


Text Example

White with #0F200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,15); }

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

background-color css

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

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

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

border-color css

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

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

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