Html Css Color HEX #0F2B15 Black Bean

📋 copy color: '#0F2B15'

red 15 ◦ green 43 ◦ blue 21

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

Shades of Black Bean #0F2B15

Tints of Black Bean #0F2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 54.43%

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 18.99%
G = 54.43%
B = 26.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#0F2B15 (or 0x0F2B15) is known color: Black Bean. HEX triplet: 0F, 2B and 15. RGB value is (15,43,21). Sum of RGB (Red+Green+Blue) = 15+43+21=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 43 (17.19% from 255 or 54.43% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B15 is #F0D4EA. Grayscale: #202020. Windows color (decimal): -15783147 or 1387279. OLE color: 1387279.

HSL color Cylindrical-coordinate representation of color #0F2B15: hue angle of 132.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F2B15 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 43 21 -
CMYK 0.65 0 0.51 0.83
HSL 132.86º 0.48% 0.11% -
HSV(B) 132.86º 0.65% 0.17% -
XYZ 1.2 1.88 1.01 -
YUV 32.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 15 43 21 0.65 0 0.51 0.83 132.86 0.48 0.11
Hex F 2B 15 41 0 33 53 85 30 B
Octal 17 53 25 101 0 63 123 205 60 13
Binary 1111 101011 10101 1000001 0 110011 1010011 10000101 110000 1011

Color Harmonies of #0F2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2B15

Black with #0F2B15

Text Example


Text Example

White with #0F2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,43,21); }

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

background-color css

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

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

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

border-color css

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

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

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