Html Css Color HEX #133017 Black Bean

📋 copy color: '#133017'

red 19 ◦ green 48 ◦ blue 23

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

Shades of Black Bean #133017

Tints of Black Bean #133017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 21.11%
G = 53.33%
B = 25.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#133017 (or 0x133017) is known color: Black Bean. HEX triplet: 13, 30 and 17. RGB value is (19,48,23). Sum of RGB (Red+Green+Blue) = 19+48+23=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #133017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133017 is #ECCFE8. Grayscale: #242424. Windows color (decimal): -15519721 or 1519635. OLE color: 1519635.

HSL color Cylindrical-coordinate representation of color #133017: hue angle of 128.28º 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 #133017 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 23 -
CMYK 0.60 0 0.52 0.81
HSL 128.28º 0.43% 0.13% -
HSV(B) 128.28º 0.6% 0.19% -
XYZ 1.48 2.31 1.18 -
YUV 36.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 19 48 23 0.60 0 0.52 0.81 128.28 0.43 0.13
Hex 13 30 17 3C 0 34 51 80 2B D
Octal 23 60 27 74 0 64 121 200 53 15
Binary 10011 110000 10111 111100 0 110100 1010001 10000000 101011 1101

Color Harmonies of #133017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133017

Black with #133017

Text Example


Text Example

White with #133017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133017; }

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

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

background-color css

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

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

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

border-color css

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

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

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