Html Css Color HEX #333151 Paua

📋 copy color: '#333151'

red 51 ◦ green 49 ◦ blue 81

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

Shades of Paua #333151

Tints of Paua #333151

RGB

 RED value IS 51 (20.31% from 255) = 28.18%

 GREEN value IS 49 (19.53% from 255) = 27.07%

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

R = 28.18%
G = 27.07%
B = 44.75%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#333151 (or 0x333151) is known color: Paua. HEX triplet: 33, 31 and 51. RGB value is (51,49,81). Sum of RGB (Red+Green+Blue) = 51+49+81=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 81 - color contains mainly: blue. Hex color #333151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333151 is #CCCEAE. Grayscale: #353535. Windows color (decimal): -13422255 or 5321011. OLE color: 5321011.

HSL color Cylindrical-coordinate representation of color #333151: hue angle of 243.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333151 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 49 81 -
CMYK 0.37 0.40 0 0.68
HSL 243.75º 0.25% 0.25% -
HSV(B) 243.75º 0.4% 0.32% -
XYZ 3.95 3.49 8.25 -
YUV 53.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 51 49 81 0.37 0.40 0 0.68 243.75 0.25 0.25
Hex 33 31 51 25 28 0 44 F4 19 19
Octal 63 61 121 45 50 0 104 364 31 31
Binary 110011 110001 1010001 100101 101000 0 1000100 11110100 11001 11001

Color Harmonies of #333151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333151

Black with #333151

Text Example


Text Example

White with #333151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333151; }

 p { color: rgb(51,49,81); }

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

background-color css

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

 a { background-color: rgb(51,49,81); }

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

border-color css

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

 span { border-color: rgb(51,49,81); }

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