Html Css Color HEX #133317 Black Bean

📋 copy color: '#133317'

red 19 ◦ green 51 ◦ blue 23

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

Shades of Black Bean #133317

Tints of Black Bean #133317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 54.84%

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

R = 20.43%
G = 54.84%
B = 24.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.8

RGB Variations

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

Color information

#133317 (or 0x133317) is known color: Black Bean. HEX triplet: 13, 33 and 17. RGB value is (19,51,23). Sum of RGB (Red+Green+Blue) = 19+51+23=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #133317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133317 is #ECCCE8. Grayscale: #262626. Windows color (decimal): -15518953 or 1520403. OLE color: 1520403.

HSL color Cylindrical-coordinate representation of color #133317: hue angle of 127.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133317 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 23 -
CMYK 0.63 0 0.55 0.8
HSL 127.5º 0.46% 0.14% -
HSV(B) 127.5º 0.63% 0.2% -
XYZ 1.61 2.57 1.22 -
YUV 38.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 19 51 23 0.63 0 0.55 0.8 127.5 0.46 0.14
Hex 13 33 17 3F 0 37 50 80 2E E
Octal 23 63 27 77 0 67 120 200 56 16
Binary 10011 110011 10111 111111 0 110111 1010000 10000000 101110 1110

Color Harmonies of #133317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133317

Black with #133317

Text Example


Text Example

White with #133317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133317; }

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

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

background-color css

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

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

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

border-color css

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

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

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