Html Css Color HEX #211849 Paua

📋 copy color: '#211849'

red 33 ◦ green 24 ◦ blue 73

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

Shades of Paua #211849

Tints of Paua #211849

RGB

 RED value IS 33 (13.28% from 255) = 25.38%

 GREEN value IS 24 (9.77% from 255) = 18.46%

 BLUE value IS 73 (28.91% from 255) = 56.15%

R = 25.38%
G = 18.46%
B = 56.15%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#211849 (or 0x211849) is known color: Paua. HEX triplet: 21, 18 and 49. RGB value is (33,24,73). Sum of RGB (Red+Green+Blue) = 33+24+73=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #211849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211849 is #DEE7B6. Grayscale: #202020. Windows color (decimal): -14608311 or 4790305. OLE color: 4790305.

HSL color Cylindrical-coordinate representation of color #211849: hue angle of 251.02º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211849 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 24 73 -
CMYK 0.55 0.67 0 0.71
HSL 251.02º 0.51% 0.19% -
HSV(B) 251.02º 0.67% 0.29% -
XYZ 2.16 1.46 6.47 -
YUV 32.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 33 24 73 0.55 0.67 0 0.71 251.02 0.51 0.19
Hex 21 18 49 37 43 0 47 FB 33 13
Octal 41 30 111 67 103 0 107 373 63 23
Binary 100001 11000 1001001 110111 1000011 0 1000111 11111011 110011 10011

Color Harmonies of #211849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211849

Black with #211849

Text Example


Text Example

White with #211849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211849; }

 p { color: rgb(33,24,73); }

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

background-color css

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

 a { background-color: rgb(33,24,73); }

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

border-color css

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

 span { border-color: rgb(33,24,73); }

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