Html Css Color HEX #302851 Paua

📋 copy color: '#302851'

red 48 ◦ green 40 ◦ blue 81

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

Shades of Paua #302851

Tints of Paua #302851

RGB

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

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

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

R = 28.4%
G = 23.67%
B = 47.93%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302851 (or 0x302851) is known color: Paua. HEX triplet: 30, 28 and 51. RGB value is (48,40,81). Sum of RGB (Red+Green+Blue) = 48+40+81=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #302851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302851 is #CFD7AE. Grayscale: #2E2E2E. Windows color (decimal): -13621167 or 5318704. OLE color: 5318704.

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

Color convert

RGB 48 40 81 -
CMYK 0.41 0.51 0 0.68
HSL 251.71º 0.34% 0.24% -
HSV(B) 251.71º 0.51% 0.32% -
XYZ 3.46 2.74 8.13 -
YUV 47.07 147.15 128.67 -
System Red Green Blue C M Y K H S L
Decimal 48 40 81 0.41 0.51 0 0.68 251.71 0.34 0.24
Hex 30 28 51 29 33 0 44 FC 22 18
Octal 60 50 121 51 63 0 104 374 42 30
Binary 110000 101000 1010001 101001 110011 0 1000100 11111100 100010 11000

Color Harmonies of #302851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302851

Black with #302851

Text Example


Text Example

White with #302851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302851; }

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

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

background-color css

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

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

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

border-color css

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

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

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