Html Css Color HEX #272448 Paua

📋 copy color: '#272448'

red 39 ◦ green 36 ◦ blue 72

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

Shades of Paua #272448

Tints of Paua #272448

RGB

 RED value IS 39 (15.63% from 255) = 26.53%

 GREEN value IS 36 (14.45% from 255) = 24.49%

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 26.53%
G = 24.49%
B = 48.98%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#272448 (or 0x272448) is known color: Paua. HEX triplet: 27, 24 and 48. RGB value is (39,36,72). Sum of RGB (Red+Green+Blue) = 39+36+72=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #272448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272448 is #D8DBB7. Grayscale: #282828. Windows color (decimal): -14212024 or 4727847. OLE color: 4727847.

HSL color Cylindrical-coordinate representation of color #272448: hue angle of 245º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272448 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 36 72 -
CMYK 0.46 0.5 0 0.72
HSL 245º 0.33% 0.21% -
HSV(B) 245º 0.5% 0.28% -
XYZ 2.64 2.16 6.41 -
YUV 41 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 39 36 72 0.46 0.5 0 0.72 245 0.33 0.21
Hex 27 24 48 2E 32 0 48 F5 21 15
Octal 47 44 110 56 62 0 110 365 41 25
Binary 100111 100100 1001000 101110 110010 0 1001000 11110101 100001 10101

Color Harmonies of #272448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272448

Black with #272448

Text Example


Text Example

White with #272448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272448; }

 p { color: rgb(39,36,72); }

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

background-color css

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

 a { background-color: rgb(39,36,72); }

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

border-color css

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

 span { border-color: rgb(39,36,72); }

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