#271855

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

Shades of Paua #271855

Tints of Paua #271855

Color information

#271855 (or 0x271855) is unknown color: approx Paua. HEX triplet: 27, 18 and 55. RGB value is (39,24,85). Sum of RGB (Red+Green+Blue) = 39+24+85=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #271855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271855 is #D8E7AA. Grayscale: #232323. Windows color (decimal): -14215083 or 5576743. OLE color: 5576743.

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

Color convert

RGB392485-
CMYK0.540.7200.67
HSL254.75º55.96%21.37%-
HSV(B)254.75º71.76%33.33%-
XYZ2.81.748.78-
YUV35.44155.97130.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=26.35%
G=16.22%
B=57.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3924850.540.7200.67254.7555.9621.37
Hex2718553648043ff3815
Octal47301256611001033777025
Binary1001111100010101011101101001000010000111111111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271855; }

 p { color: rgb(39,24,85); }

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

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

 a { background-color: rgb(39,24,85); }

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

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

 span { border-color: rgb(39,24,85); }

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