Html Css Color HEX #302B48 Paua

📋 copy color: '#302B48'

red 48 ◦ green 43 ◦ blue 72

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

Shades of Paua #302B48

Tints of Paua #302B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 29.45%
G = 26.38%
B = 44.17%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#302B48 (or 0x302B48) is known color: Paua. HEX triplet: 30, 2B and 48. RGB value is (48,43,72). Sum of RGB (Red+Green+Blue) = 48+43+72=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #302B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B48 is #CFD4B7. Grayscale: #2F2F2F. Windows color (decimal): -13620408 or 4729648. OLE color: 4729648.

HSL color Cylindrical-coordinate representation of color #302B48: hue angle of 250.34º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #302B48 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 43 72 -
CMYK 0.33 0.40 0 0.72
HSL 250.34º 0.25% 0.23% -
HSV(B) 250.34º 0.4% 0.28% -
XYZ 3.25 2.82 6.5 -
YUV 47.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 48 43 72 0.33 0.40 0 0.72 250.34 0.25 0.23
Hex 30 2B 48 21 28 0 48 FA 19 17
Octal 60 53 110 41 50 0 110 372 31 27
Binary 110000 101011 1001000 100001 101000 0 1001000 11111010 11001 10111

Color Harmonies of #302B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B48

Black with #302B48

Text Example


Text Example

White with #302B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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