#252143

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

Shades of Paua #252143

Tints of Paua #252143

Color information

#252143 (or 0x252143) is unknown color: approx Paua. HEX triplet: 25, 21 and 43. RGB value is (37,33,67). Sum of RGB (Red+Green+Blue) = 37+33+67=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #252143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252143 is #DADEBC. Grayscale: #252525. Windows color (decimal): -14343869 or 4399397. OLE color: 4399397.

HSL color Cylindrical-coordinate representation of color #252143: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252143 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB373367-
CMYK0.450.5100.74
HSL247.06º34%19.61%-
HSV(B)247.06º50.75%26.27%-
XYZ2.321.895.55-
YUV38.07144.33127.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 67 (26.56% from 255) = 48.91%
R=27.01%
G=24.09%
B=48.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3733670.450.5100.74247.063419.61
Hex2521432D3304Af72214
Octal4541103556301123674224
Binary1001011000011000011101101110011010010101111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252143; }

 p { color: rgb(37,33,67); }

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

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

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

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

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

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

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