#210B5C

Color #210B5C Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #210B5C

Tints of Paua #210B5C

Color information

#210B5C (or 0x210B5C) is unknown color: approx Paua. HEX triplet: 21, 0B and 5C. RGB value is (33,11,92). Sum of RGB (Red+Green+Blue) = 33+11+92=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #210B5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B5C is #DEF4A3. Grayscale: #1A1A1A. Windows color (decimal): -14611620 or 6032161. OLE color: 6032161.

HSL color Cylindrical-coordinate representation of color #210B5C: hue angle of 256.3º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210B5C is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB331192-
CMYK0.640.8800.64
HSL256.3º78.64%20.2%-
HSV(B)256.3º88.04%36.08%-
XYZ2.681.3410.24-
YUV26.81164.79132.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=24.26%
G=8.09%
B=67.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3311920.640.8800.64256.378.6420.2
Hex21B5C40580401004f14
Octal4113134100130010040011724
Binary100001101110111001000000101100001000000100000000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210B5C; }

 p { color: rgb(33,11,92); }

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

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

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

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

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

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

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