Html Css Color HEX #302950 Paua

📋 copy color: '#302950'

red 48 ◦ green 41 ◦ blue 80

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

Shades of Paua #302950

Tints of Paua #302950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 28.4%
G = 24.26%
B = 47.34%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#302950 (or 0x302950) is known color: Paua. HEX triplet: 30, 29 and 50. RGB value is (48,41,80). Sum of RGB (Red+Green+Blue) = 48+41+80=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #302950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302950 is #CFD6AF. Grayscale: #2F2F2F. Windows color (decimal): -13620912 or 5253424. OLE color: 5253424.

HSL color Cylindrical-coordinate representation of color #302950: hue angle of 250.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302950 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 41 80 -
CMYK 0.40 0.49 0 0.69
HSL 250.77º 0.32% 0.24% -
HSV(B) 250.77º 0.49% 0.31% -
XYZ 3.46 2.79 7.95 -
YUV 47.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 48 41 80 0.40 0.49 0 0.69 250.77 0.32 0.24
Hex 30 29 50 28 31 0 45 FB 20 18
Octal 60 51 120 50 61 0 105 373 40 30
Binary 110000 101001 1010000 101000 110001 0 1000101 11111011 100000 11000

Color Harmonies of #302950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302950

Black with #302950

Text Example


Text Example

White with #302950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302950; }

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

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

background-color css

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

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

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

border-color css

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

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

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