Html Css Color HEX #133016 Black Bean

📋 copy color: '#133016'

red 19 ◦ green 48 ◦ blue 22

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

Shades of Black Bean #133016

Tints of Black Bean #133016

RGB

 RED value IS 19 (7.81% from 255) = 21.35%

 GREEN value IS 48 (19.14% from 255) = 53.93%

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 21.35%
G = 53.93%
B = 24.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.81

RGB Variations

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

Color information

#133016 (or 0x133016) is known color: Black Bean. HEX triplet: 13, 30 and 16. RGB value is (19,48,22). Sum of RGB (Red+Green+Blue) = 19+48+22=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #133016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133016 is #ECCFE9. Grayscale: #242424. Windows color (decimal): -15519722 or 1454099. OLE color: 1454099.

HSL color Cylindrical-coordinate representation of color #133016: hue angle of 126.21º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133016 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 22 -
CMYK 0.60 0 0.54 0.81
HSL 126.21º 0.43% 0.13% -
HSV(B) 126.21º 0.6% 0.19% -
XYZ 1.47 2.31 1.13 -
YUV 36.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 19 48 22 0.60 0 0.54 0.81 126.21 0.43 0.13
Hex 13 30 16 3C 0 36 51 7E 2B D
Octal 23 60 26 74 0 66 121 176 53 15
Binary 10011 110000 10110 111100 0 110110 1010001 1111110 101011 1101

Color Harmonies of #133016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133016

Black with #133016

Text Example


Text Example

White with #133016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133016; }

 p { color: rgb(19,48,22); }

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

background-color css

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

 a { background-color: rgb(19,48,22); }

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

border-color css

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

 span { border-color: rgb(19,48,22); }

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