Html Css Color HEX #272151 Paua

📋 copy color: '#272151'

red 39 ◦ green 33 ◦ blue 81

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

Shades of Paua #272151

Tints of Paua #272151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 25.49%
G = 21.57%
B = 52.94%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#272151 (or 0x272151) is known color: Paua. HEX triplet: 27, 21 and 51. RGB value is (39,33,81). Sum of RGB (Red+Green+Blue) = 39+33+81=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #272151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272151 is #D8DEAE. Grayscale: #282828. Windows color (decimal): -14212783 or 5316903. OLE color: 5316903.

HSL color Cylindrical-coordinate representation of color #272151: hue angle of 247.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272151 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 33 81 -
CMYK 0.52 0.59 0 0.68
HSL 247.5º 0.42% 0.22% -
HSV(B) 247.5º 0.59% 0.32% -
XYZ 2.87 2.11 8.04 -
YUV 40.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 39 33 81 0.52 0.59 0 0.68 247.5 0.42 0.22
Hex 27 21 51 34 3B 0 44 F8 2A 16
Octal 47 41 121 64 73 0 104 370 52 26
Binary 100111 100001 1010001 110100 111011 0 1000100 11111000 101010 10110

Color Harmonies of #272151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272151

Black with #272151

Text Example


Text Example

White with #272151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272151; }

 p { color: rgb(39,33,81); }

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

background-color css

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

 a { background-color: rgb(39,33,81); }

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

border-color css

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

 span { border-color: rgb(39,33,81); }

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