Html Css Color HEX #0F210F Black Bean

📋 copy color: '#0F210F'

red 15 ◦ green 33 ◦ blue 15

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

Shades of Black Bean #0F210F

Tints of Black Bean #0F210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 52.38%

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

R = 23.81%
G = 52.38%
B = 23.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#0F210F (or 0x0F210F) is known color: Black Bean. HEX triplet: 0F, 21 and 0F. RGB value is (15,33,15). Sum of RGB (Red+Green+Blue) = 15+33+15=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #0F210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F210F is #F0DEF0. Grayscale: #191919. Windows color (decimal): -15785713 or 991503. OLE color: 991503.

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

Color convert

RGB 15 33 15 -
CMYK 0.55 0 0.55 0.87
HSL 120º 0.38% 0.09% -
HSV(B) 120º 0.55% 0.13% -
XYZ 0.83 1.22 0.64 -
YUV 25.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 15 33 15 0.55 0 0.55 0.87 120 0.38 0.09
Hex F 21 F 37 0 37 57 78 26 9
Octal 17 41 17 67 0 67 127 170 46 11
Binary 1111 100001 1111 110111 0 110111 1010111 1111000 100110 1001

Color Harmonies of #0F210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F210F

Black with #0F210F

Text Example


Text Example

White with #0F210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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