Html Css Color HEX #21184A Paua

📋 copy color: '#21184A'

red 33 ◦ green 24 ◦ blue 74

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

Shades of Paua #21184A

Tints of Paua #21184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 56.49%

R = 25.19%
G = 18.32%
B = 56.49%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21184A (or 0x21184A) is known color: Paua. HEX triplet: 21, 18 and 4A. RGB value is (33,24,74). Sum of RGB (Red+Green+Blue) = 33+24+74=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #21184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21184A is #DEE7B5. Grayscale: #202020. Windows color (decimal): -14608310 or 4855841. OLE color: 4855841.

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

Color convert

RGB 33 24 74 -
CMYK 0.55 0.68 0 0.71
HSL 250.8º 0.51% 0.19% -
HSV(B) 250.8º 0.68% 0.29% -
XYZ 2.19 1.47 6.65 -
YUV 32.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 33 24 74 0.55 0.68 0 0.71 250.8 0.51 0.19
Hex 21 18 4A 37 44 0 47 FB 33 13
Octal 41 30 112 67 104 0 107 373 63 23
Binary 100001 11000 1001010 110111 1000100 0 1000111 11111011 110011 10011

Color Harmonies of #21184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21184A

Black with #21184A

Text Example


Text Example

White with #21184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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