Html Css Color HEX #302952 Paua

📋 copy color: '#302952'

red 48 ◦ green 41 ◦ blue 82

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

Shades of Paua #302952

Tints of Paua #302952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

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

R = 28.07%
G = 23.98%
B = 47.95%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302952 (or 0x302952) is known color: Paua. HEX triplet: 30, 29 and 52. RGB value is (48,41,82). Sum of RGB (Red+Green+Blue) = 48+41+82=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #302952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302952 is #CFD6AD. Grayscale: #2F2F2F. Windows color (decimal): -13620910 or 5384496. OLE color: 5384496.

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

Color convert

RGB 48 41 82 -
CMYK 0.41 0.50 0 0.68
HSL 250.24º 0.33% 0.24% -
HSV(B) 250.24º 0.5% 0.32% -
XYZ 3.53 2.82 8.34 -
YUV 47.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 48 41 82 0.41 0.50 0 0.68 250.24 0.33 0.24
Hex 30 29 52 29 32 0 44 FA 21 18
Octal 60 51 122 51 62 0 104 372 41 30
Binary 110000 101001 1010010 101001 110010 0 1000100 11111010 100001 11000

Color Harmonies of #302952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302952

Black with #302952

Text Example


Text Example

White with #302952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302952; }

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

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

background-color css

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

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

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

border-color css

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

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

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