Html Css Color HEX #132318 Black Bean

📋 copy color: '#132318'

red 19 ◦ green 35 ◦ blue 24

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

Shades of Black Bean #132318

Tints of Black Bean #132318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 44.87%

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

R = 24.36%
G = 44.87%
B = 30.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#132318 (or 0x132318) is known color: Black Bean. HEX triplet: 13, 23 and 18. RGB value is (19,35,24). Sum of RGB (Red+Green+Blue) = 19+35+24=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #132318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132318 is #ECDCE7. Grayscale: #1C1C1C. Windows color (decimal): -15523048 or 1581843. OLE color: 1581843.

HSL color Cylindrical-coordinate representation of color #132318: hue angle of 138.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132318 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 24 -
CMYK 0.46 0 0.31 0.86
HSL 138.75º 0.3% 0.11% -
HSV(B) 138.75º 0.46% 0.14% -
XYZ 1.03 1.41 1.08 -
YUV 28.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 19 35 24 0.46 0 0.31 0.86 138.75 0.3 0.11
Hex 13 23 18 2E 0 1F 56 8B 1E B
Octal 23 43 30 56 0 37 126 213 36 13
Binary 10011 100011 11000 101110 0 11111 1010110 10001011 11110 1011

Color Harmonies of #132318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132318

Black with #132318

Text Example


Text Example

White with #132318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132318; }

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

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

background-color css

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

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

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

border-color css

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

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

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