Html Css Color HEX #302850 Paua

📋 copy color: '#302850'

red 48 ◦ green 40 ◦ blue 80

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

Shades of Paua #302850

Tints of Paua #302850

RGB

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

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

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

R = 28.57%
G = 23.81%
B = 47.62%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#302850 (or 0x302850) is known color: Paua. HEX triplet: 30, 28 and 50. RGB value is (48,40,80). Sum of RGB (Red+Green+Blue) = 48+40+80=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #302850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302850 is #CFD7AF. Grayscale: #2E2E2E. Windows color (decimal): -13621168 or 5253168. OLE color: 5253168.

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

Color convert

RGB 48 40 80 -
CMYK 0.40 0.5 0 0.69
HSL 252º 0.33% 0.24% -
HSV(B) 252º 0.5% 0.31% -
XYZ 3.43 2.73 7.93 -
YUV 46.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 48 40 80 0.40 0.5 0 0.69 252 0.33 0.24
Hex 30 28 50 28 32 0 45 FC 21 18
Octal 60 50 120 50 62 0 105 374 41 30
Binary 110000 101000 1010000 101000 110010 0 1000101 11111100 100001 11000

Color Harmonies of #302850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302850

Black with #302850

Text Example


Text Example

White with #302850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302850; }

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

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

background-color css

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

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

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

border-color css

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

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

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