Html Css Color HEX #302B51 Paua

📋 copy color: '#302B51'

red 48 ◦ green 43 ◦ blue 81

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

Shades of Paua #302B51

Tints of Paua #302B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.09%

R = 27.91%
G = 25%
B = 47.09%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302B51 (or 0x302B51) is known color: Paua. HEX triplet: 30, 2B and 51. RGB value is (48,43,81). Sum of RGB (Red+Green+Blue) = 48+43+81=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #302B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B51 is #CFD4AE. Grayscale: #303030. Windows color (decimal): -13620399 or 5319472. OLE color: 5319472.

HSL color Cylindrical-coordinate representation of color #302B51: hue angle of 247.89º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #302B51 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 43 81 -
CMYK 0.41 0.47 0 0.68
HSL 247.89º 0.31% 0.24% -
HSV(B) 247.89º 0.47% 0.32% -
XYZ 3.57 2.95 8.17 -
YUV 48.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 48 43 81 0.41 0.47 0 0.68 247.89 0.31 0.24
Hex 30 2B 51 29 2F 0 44 F8 1F 18
Octal 60 53 121 51 57 0 104 370 37 30
Binary 110000 101011 1010001 101001 101111 0 1000100 11111000 11111 11000

Color Harmonies of #302B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B51

Black with #302B51

Text Example


Text Example

White with #302B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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