Html Css Color HEX #133321 Cardin Green

📋 copy color: '#133321'

red 19 ◦ green 51 ◦ blue 33

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

Shades of Cardin Green #133321

Tints of Cardin Green #133321

RGB

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

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

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

R = 18.45%
G = 49.51%
B = 32.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#133321 (or 0x133321) is known color: Cardin Green. HEX triplet: 13, 33 and 21. RGB value is (19,51,33). Sum of RGB (Red+Green+Blue) = 19+51+33=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #133321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133321 is #ECCCDE. Grayscale: #272727. Windows color (decimal): -15518943 or 2175763. OLE color: 2175763.

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

Color convert

RGB 19 51 33 -
CMYK 0.63 0 0.35 0.8
HSL 146.25º 0.46% 0.14% -
HSV(B) 146.25º 0.63% 0.2% -
XYZ 1.73 2.62 1.85 -
YUV 39.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 19 51 33 0.63 0 0.35 0.8 146.25 0.46 0.14
Hex 13 33 21 3F 0 23 50 92 2E E
Octal 23 63 41 77 0 43 120 222 56 16
Binary 10011 110011 100001 111111 0 100011 1010000 10010010 101110 1110

Color Harmonies of #133321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133321

Black with #133321

Text Example


Text Example

White with #133321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133321; }

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

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

background-color css

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

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

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

border-color css

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

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

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