Html Css Color HEX #16251B Black Bean

📋 copy color: '#16251B'

red 22 ◦ green 37 ◦ blue 27

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

Shades of Black Bean #16251B

Tints of Black Bean #16251B

RGB

 RED value IS 22 (8.98% from 255) = 25.58%

 GREEN value IS 37 (14.84% from 255) = 43.02%

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

R = 25.58%
G = 43.02%
B = 31.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#16251B (or 0x16251B) is known color: Black Bean. HEX triplet: 16, 25 and 1B. RGB value is (22,37,27). Sum of RGB (Red+Green+Blue) = 22+37+27=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #16251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16251B is #E9DAE4. Grayscale: #1F1F1F. Windows color (decimal): -15325925 or 1778966. OLE color: 1778966.

HSL color Cylindrical-coordinate representation of color #16251B: hue angle of 140º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #16251B is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 22 37 27 -
CMYK 0.41 0 0.27 0.85
HSL 140º 0.25% 0.12% -
HSV(B) 140º 0.41% 0.15% -
XYZ 1.19 1.57 1.28 -
YUV 31.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 22 37 27 0.41 0 0.27 0.85 140 0.25 0.12
Hex 16 25 1B 29 0 1B 55 8C 19 C
Octal 26 45 33 51 0 33 125 214 31 14
Binary 10110 100101 11011 101001 0 11011 1010101 10001100 11001 1100

Color Harmonies of #16251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16251B

Black with #16251B

Text Example


Text Example

White with #16251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16251B; }

 p { color: rgb(22,37,27); }

 H1.HeaderClassName
 {
   color: #16251B;
 }
 .AnyTagClassName
 {
   color: #16251B;
 }
</style>

background-color css

<style>
 a { background-color: #16251B; }

 a { background-color: rgb(22,37,27); }

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

border-color css

<style>
 span { border-color: #16251B; }

 span { border-color: rgb(22,37,27); }

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