Html Css Color HEX #132321 Racing Green

📋 copy color: '#132321'

red 19 ◦ green 35 ◦ blue 33

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

Shades of Racing Green #132321

Tints of Racing Green #132321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 37.93%

R = 21.84%
G = 40.23%
B = 37.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#132321 (or 0x132321) is known color: Racing Green. HEX triplet: 13, 23 and 21. RGB value is (19,35,33). Sum of RGB (Red+Green+Blue) = 19+35+33=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #132321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132321 is #ECDCDE. Grayscale: #1D1D1D. Windows color (decimal): -15523039 or 2171667. OLE color: 2171667.

HSL color Cylindrical-coordinate representation of color #132321: hue angle of 172.5º 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 #132321 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 33 -
CMYK 0.46 0 0.06 0.86
HSL 172.5º 0.3% 0.11% -
HSV(B) 172.5º 0.46% 0.14% -
XYZ 1.14 1.45 1.66 -
YUV 29.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 19 35 33 0.46 0 0.06 0.86 172.5 0.3 0.11
Hex 13 23 21 2E 0 6 56 AC 1E B
Octal 23 43 41 56 0 6 126 254 36 13
Binary 10011 100011 100001 101110 0 110 1010110 10101100 11110 1011

Color Harmonies of #132321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132321

Black with #132321

Text Example


Text Example

White with #132321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132321; }

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

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

background-color css

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

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

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

border-color css

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

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

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