Html Css Color HEX #302B4B Paua

📋 copy color: '#302B4B'

red 48 ◦ green 43 ◦ blue 75

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

Shades of Paua #302B4B

Tints of Paua #302B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 28.92%
G = 25.9%
B = 45.18%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#302B4B (or 0x302B4B) is known color: Paua. HEX triplet: 30, 2B and 4B. RGB value is (48,43,75). Sum of RGB (Red+Green+Blue) = 48+43+75=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #302B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B4B is #CFD4B4. Grayscale: #303030. Windows color (decimal): -13620405 or 4926256. OLE color: 4926256.

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

Color convert

RGB 48 43 75 -
CMYK 0.36 0.43 0 0.71
HSL 249.38º 0.27% 0.23% -
HSV(B) 249.38º 0.43% 0.29% -
XYZ 3.35 2.86 7.03 -
YUV 48.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 48 43 75 0.36 0.43 0 0.71 249.38 0.27 0.23
Hex 30 2B 4B 24 2B 0 47 F9 1B 17
Octal 60 53 113 44 53 0 107 371 33 27
Binary 110000 101011 1001011 100100 101011 0 1000111 11111001 11011 10111

Color Harmonies of #302B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B4B

Black with #302B4B

Text Example


Text Example

White with #302B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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