#21314A

Color #21314A Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #21314A

Tints of Bunting #21314A

Color information

#21314A (or 0x21314A) is unknown color: approx Bunting. HEX triplet: 21, 31 and 4A. RGB value is (33,49,74). Sum of RGB (Red+Green+Blue) = 33+49+74=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #21314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21314A is #DECEB5. Grayscale: #2E2E2E. Windows color (decimal): -14601910 or 4862241. OLE color: 4862241.

HSL color Cylindrical-coordinate representation of color #21314A: hue angle of 216.59º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21314A is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB334974-
CMYK0.550.3400.71
HSL216.59º38.32%20.98%-
HSV(B)216.59º55.41%29.02%-
XYZ2.963.016.9-
YUV47.07143.2117.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=21.15%
G=31.41%
B=47.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3349740.550.3400.71216.5938.3220.98
Hex21314A3722047d92615
Octal4161112674201073314625
Binary1000011100011001010110111100010010001111101100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21314A; }

 p { color: rgb(33,49,74); }

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

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

 a { background-color: rgb(33,49,74); }

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

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

 span { border-color: rgb(33,49,74); }

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