Html Css Color HEX #252142 Paua

📋 copy color: '#252142'

red 37 ◦ green 33 ◦ blue 66

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

Shades of Paua #252142

Tints of Paua #252142

RGB

 RED value IS 37 (14.84% from 255) = 27.21%

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

 BLUE value IS 66 (26.17% from 255) = 48.53%

R = 27.21%
G = 24.26%
B = 48.53%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#252142 (or 0x252142) is known color: Paua. HEX triplet: 25, 21 and 42. RGB value is (37,33,66). Sum of RGB (Red+Green+Blue) = 37+33+66=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #252142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252142 is #DADEBD. Grayscale: #252525. Windows color (decimal): -14343870 or 4333861. OLE color: 4333861.

HSL color Cylindrical-coordinate representation of color #252142: hue angle of 247.27º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252142 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 33 66 -
CMYK 0.44 0.5 0 0.74
HSL 247.27º 0.33% 0.19% -
HSV(B) 247.27º 0.5% 0.26% -
XYZ 2.29 1.87 5.4 -
YUV 37.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 37 33 66 0.44 0.5 0 0.74 247.27 0.33 0.19
Hex 25 21 42 2C 32 0 4A F7 21 13
Octal 45 41 102 54 62 0 112 367 41 23
Binary 100101 100001 1000010 101100 110010 0 1001010 11110111 100001 10011

Color Harmonies of #252142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252142

Black with #252142

Text Example


Text Example

White with #252142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252142; }

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

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

background-color css

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

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

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

border-color css

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

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

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