#13211B

Color #13211B Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #13211B

Tints of Cardin Green #13211B

Color information

#13211B (or 0x13211B) is unknown color: approx Cardin Green. HEX triplet: 13, 21 and 1B. RGB value is (19,33,27). Sum of RGB (Red+Green+Blue) = 19+33+27=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #13211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13211B is #ECDEE4. Grayscale: #1C1C1C. Windows color (decimal): -15523557 or 1777939. OLE color: 1777939.

HSL color Cylindrical-coordinate representation of color #13211B: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #13211B is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB193327-
CMYK0.4200.180.87
HSL154.29º26.92%10.2%-
HSV(B)154.29º42.42%12.94%-
XYZ1.011.311.24-
YUV28.13127.36121.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=24.05%
G=41.77%
B=34.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1933270.4200.180.87154.2926.9210.2
Hex13211B2A012579a1ba
Octal234133520221272323312
Binary1001110000111011101010010010101011110011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13211B; }

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

 H1.HeaderClassName
 {
   color: #13211B;
 }
 .AnyTagClassName
 {
   color: #13211B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #13211B;
 }
 .BgClassName
 {
   background-color: #13211B;
 }
</style>
border-color css

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

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

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