Html Css Color HEX #27224B Paua

📋 copy color: '#27224B'

red 39 ◦ green 34 ◦ blue 75

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

Shades of Paua #27224B

Tints of Paua #27224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.97%

 BLUE value IS 75 (29.69% from 255) = 50.68%

R = 26.35%
G = 22.97%
B = 50.68%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#27224B (or 0x27224B) is known color: Paua. HEX triplet: 27, 22 and 4B. RGB value is (39,34,75). Sum of RGB (Red+Green+Blue) = 39+34+75=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #27224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27224B is #D8DDB4. Grayscale: #282828. Windows color (decimal): -14212533 or 4923943. OLE color: 4923943.

HSL color Cylindrical-coordinate representation of color #27224B: hue angle of 247.32º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #27224B is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 34 75 -
CMYK 0.48 0.55 0 0.71
HSL 247.32º 0.38% 0.21% -
HSV(B) 247.32º 0.55% 0.29% -
XYZ 2.68 2.08 6.92 -
YUV 40.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 39 34 75 0.48 0.55 0 0.71 247.32 0.38 0.21
Hex 27 22 4B 30 37 0 47 F7 26 15
Octal 47 42 113 60 67 0 107 367 46 25
Binary 100111 100010 1001011 110000 110111 0 1000111 11110111 100110 10101

Color Harmonies of #27224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27224B

Black with #27224B

Text Example


Text Example

White with #27224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27224B; }

 p { color: rgb(39,34,75); }

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

background-color css

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

 a { background-color: rgb(39,34,75); }

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

border-color css

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

 span { border-color: rgb(39,34,75); }

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