Html Css Color HEX #152E1B Black Bean

📋 copy color: '#152E1B'

red 21 ◦ green 46 ◦ blue 27

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

Shades of Black Bean #152E1B

Tints of Black Bean #152E1B

RGB

 RED value IS 21 (8.59% from 255) = 22.34%

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

 BLUE value IS 27 (10.94% from 255) = 28.72%

R = 22.34%
G = 48.94%
B = 28.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.82

RGB Variations

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

Color information

#152E1B (or 0x152E1B) is known color: Black Bean. HEX triplet: 15, 2E and 1B. RGB value is (21,46,27). Sum of RGB (Red+Green+Blue) = 21+46+27=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #152E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E1B is #EAD1E4. Grayscale: #242424. Windows color (decimal): -15389157 or 1781269. OLE color: 1781269.

HSL color Cylindrical-coordinate representation of color #152E1B: hue angle of 134.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152E1B is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 46 27 -
CMYK 0.54 0 0.41 0.82
HSL 134.4º 0.37% 0.13% -
HSV(B) 134.4º 0.54% 0.18% -
XYZ 1.48 2.19 1.38 -
YUV 36.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 21 46 27 0.54 0 0.41 0.82 134.4 0.37 0.13
Hex 15 2E 1B 36 0 29 52 86 25 D
Octal 25 56 33 66 0 51 122 206 45 15
Binary 10101 101110 11011 110110 0 101001 1010010 10000110 100101 1101

Color Harmonies of #152E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E1B

Black with #152E1B

Text Example


Text Example

White with #152E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152E1B; }

 p { color: rgb(21,46,27); }

 H1.HeaderClassName
 {
   color: #152E1B;
 }
 .AnyTagClassName
 {
   color: #152E1B;
 }
</style>

background-color css

<style>
 a { background-color: #152E1B; }

 a { background-color: rgb(21,46,27); }

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

border-color css

<style>
 span { border-color: #152E1B; }

 span { border-color: rgb(21,46,27); }

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