Html Css Color HEX #302B49 Paua

📋 copy color: '#302B49'

red 48 ◦ green 43 ◦ blue 73

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

Shades of Paua #302B49

Tints of Paua #302B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

 BLUE value IS 73 (28.91% from 255) = 44.51%

R = 29.27%
G = 26.22%
B = 44.51%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#302B49 (or 0x302B49) is known color: Paua. HEX triplet: 30, 2B and 49. RGB value is (48,43,73). Sum of RGB (Red+Green+Blue) = 48+43+73=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #302B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B49 is #CFD4B6. Grayscale: #2F2F2F. Windows color (decimal): -13620407 or 4795184. OLE color: 4795184.

HSL color Cylindrical-coordinate representation of color #302B49: hue angle of 250º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #302B49 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 43 73 -
CMYK 0.34 0.41 0 0.71
HSL 250º 0.26% 0.23% -
HSV(B) 250º 0.41% 0.29% -
XYZ 3.29 2.84 6.68 -
YUV 47.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 48 43 73 0.34 0.41 0 0.71 250 0.26 0.23
Hex 30 2B 49 22 29 0 47 FA 1A 17
Octal 60 53 111 42 51 0 107 372 32 27
Binary 110000 101011 1001001 100010 101001 0 1000111 11111010 11010 10111

Color Harmonies of #302B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B49

Black with #302B49

Text Example


Text Example

White with #302B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B49; }

 p { color: rgb(48,43,73); }

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

background-color css

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

 a { background-color: rgb(48,43,73); }

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

border-color css

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

 span { border-color: rgb(48,43,73); }

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