Html Css Color HEX #21184C Paua

📋 copy color: '#21184C'

red 33 ◦ green 24 ◦ blue 76

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

Shades of Paua #21184C

Tints of Paua #21184C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 57.14%

R = 24.81%
G = 18.05%
B = 57.14%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21184C (or 0x21184C) is known color: Paua. HEX triplet: 21, 18 and 4C. RGB value is (33,24,76). Sum of RGB (Red+Green+Blue) = 33+24+76=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #21184C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21184C is #DEE7B3. Grayscale: #202020. Windows color (decimal): -14608308 or 4986913. OLE color: 4986913.

HSL color Cylindrical-coordinate representation of color #21184C: hue angle of 250.38º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21184C is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 24 76 -
CMYK 0.57 0.68 0 0.70
HSL 250.38º 0.52% 0.2% -
HSV(B) 250.38º 0.68% 0.3% -
XYZ 2.26 1.5 7.01 -
YUV 32.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 33 24 76 0.57 0.68 0 0.70 250.38 0.52 0.2
Hex 21 18 4C 39 44 0 46 FA 34 14
Octal 41 30 114 71 104 0 106 372 64 24
Binary 100001 11000 1001100 111001 1000100 0 1000110 11111010 110100 10100

Color Harmonies of #21184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21184C

Black with #21184C

Text Example


Text Example

White with #21184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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