Html Css Color HEX #21214C Paua

📋 copy color: '#21214C'

red 33 ◦ green 33 ◦ blue 76

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

Shades of Paua #21214C

Tints of Paua #21214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 23.24%
G = 23.24%
B = 53.52%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21214C (or 0x21214C) is known color: Paua. HEX triplet: 21, 21 and 4C. RGB value is (33,33,76). Sum of RGB (Red+Green+Blue) = 33+33+76=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #21214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21214C is #DEDEB3. Grayscale: #252525. Windows color (decimal): -14606004 or 4989217. OLE color: 4989217.

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

Color convert

RGB 33 33 76 -
CMYK 0.57 0.57 0 0.70
HSL 240º 0.39% 0.21% -
HSV(B) 240º 0.57% 0.3% -
XYZ 2.48 1.93 7.08 -
YUV 37.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 33 33 76 0.57 0.57 0 0.70 240 0.39 0.21
Hex 21 21 4C 39 39 0 46 F0 27 15
Octal 41 41 114 71 71 0 106 360 47 25
Binary 100001 100001 1001100 111001 111001 0 1000110 11110000 100111 10101

Color Harmonies of #21214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21214C

Black with #21214C

Text Example


Text Example

White with #21214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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