Html Css Color HEX #302852 Paua

📋 copy color: '#302852'

red 48 ◦ green 40 ◦ blue 82

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

Shades of Paua #302852

Tints of Paua #302852

RGB

 RED value IS 48 (19.14% from 255) = 28.24%

 GREEN value IS 40 (16.02% from 255) = 23.53%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 28.24%
G = 23.53%
B = 48.24%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302852 (or 0x302852) is known color: Paua. HEX triplet: 30, 28 and 52. RGB value is (48,40,82). Sum of RGB (Red+Green+Blue) = 48+40+82=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #302852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302852 is #CFD7AD. Grayscale: #2F2F2F. Windows color (decimal): -13621166 or 5384240. OLE color: 5384240.

HSL color Cylindrical-coordinate representation of color #302852: hue angle of 251.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302852 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 40 82 -
CMYK 0.41 0.51 0 0.68
HSL 251.43º 0.34% 0.24% -
HSV(B) 251.43º 0.51% 0.32% -
XYZ 3.5 2.76 8.33 -
YUV 47.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 48 40 82 0.41 0.51 0 0.68 251.43 0.34 0.24
Hex 30 28 52 29 33 0 44 FB 22 18
Octal 60 50 122 51 63 0 104 373 42 30
Binary 110000 101000 1010010 101001 110011 0 1000100 11111011 100010 11000

Color Harmonies of #302852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302852

Black with #302852

Text Example


Text Example

White with #302852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302852; }

 p { color: rgb(48,40,82); }

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

background-color css

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

 a { background-color: rgb(48,40,82); }

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

border-color css

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

 span { border-color: rgb(48,40,82); }

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