Html Css Color HEX #133318 Black Bean

📋 copy color: '#133318'

red 19 ◦ green 51 ◦ blue 24

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

Shades of Black Bean #133318

Tints of Black Bean #133318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.53%

R = 20.21%
G = 54.26%
B = 25.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#133318 (or 0x133318) is known color: Black Bean. HEX triplet: 13, 33 and 18. RGB value is (19,51,24). Sum of RGB (Red+Green+Blue) = 19+51+24=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #133318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133318 is #ECCCE7. Grayscale: #262626. Windows color (decimal): -15518952 or 1585939. OLE color: 1585939.

HSL color Cylindrical-coordinate representation of color #133318: hue angle of 129.38º 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 #133318 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 24 -
CMYK 0.63 0 0.53 0.8
HSL 129.38º 0.46% 0.14% -
HSV(B) 129.38º 0.63% 0.2% -
XYZ 1.62 2.57 1.28 -
YUV 38.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 19 51 24 0.63 0 0.53 0.8 129.38 0.46 0.14
Hex 13 33 18 3F 0 35 50 81 2E E
Octal 23 63 30 77 0 65 120 201 56 16
Binary 10011 110011 11000 111111 0 110101 1010000 10000001 101110 1110

Color Harmonies of #133318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133318

Black with #133318

Text Example


Text Example

White with #133318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133318; }

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

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

background-color css

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

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

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

border-color css

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

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

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