Html Css Color HEX #272344 Paua

📋 copy color: '#272344'

red 39 ◦ green 35 ◦ blue 68

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

Shades of Paua #272344

Tints of Paua #272344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.65%

 BLUE value IS 68 (26.95% from 255) = 47.89%

R = 27.46%
G = 24.65%
B = 47.89%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#272344 (or 0x272344) is known color: Paua. HEX triplet: 27, 23 and 44. RGB value is (39,35,68). Sum of RGB (Red+Green+Blue) = 39+35+68=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #272344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272344 is #D8DCBB. Grayscale: #272727. Windows color (decimal): -14212284 or 4465447. OLE color: 4465447.

HSL color Cylindrical-coordinate representation of color #272344: hue angle of 247.27º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272344 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 39 35 68 -
CMYK 0.43 0.49 0 0.73
HSL 247.27º 0.32% 0.2% -
HSV(B) 247.27º 0.49% 0.27% -
XYZ 2.48 2.05 5.73 -
YUV 39.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 39 35 68 0.43 0.49 0 0.73 247.27 0.32 0.2
Hex 27 23 44 2B 31 0 49 F7 20 14
Octal 47 43 104 53 61 0 111 367 40 24
Binary 100111 100011 1000100 101011 110001 0 1001001 11110111 100000 10100

Color Harmonies of #272344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272344

Black with #272344

Text Example


Text Example

White with #272344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272344; }

 p { color: rgb(39,35,68); }

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

background-color css

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

 a { background-color: rgb(39,35,68); }

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

border-color css

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

 span { border-color: rgb(39,35,68); }

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