Html Css Color HEX #302552 Cherry Pie

📋 copy color: '#302552'

red 48 ◦ green 37 ◦ blue 82

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

Shades of Cherry Pie #302552

Tints of Cherry Pie #302552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.16%

 BLUE value IS 82 (32.42% from 255) = 49.1%

R = 28.74%
G = 22.16%
B = 49.1%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302552 (or 0x302552) is known color: Cherry Pie. HEX triplet: 30, 25 and 52. RGB value is (48,37,82). Sum of RGB (Red+Green+Blue) = 48+37+82=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #302552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302552 is #CFDAAD. Grayscale: #2D2D2D. Windows color (decimal): -13621934 or 5383472. OLE color: 5383472.

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

Color convert

RGB 48 37 82 -
CMYK 0.41 0.55 0 0.68
HSL 254.67º 0.38% 0.23% -
HSV(B) 254.67º 0.55% 0.32% -
XYZ 3.4 2.56 8.3 -
YUV 45.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 48 37 82 0.41 0.55 0 0.68 254.67 0.38 0.23
Hex 30 25 52 29 37 0 44 FF 26 17
Octal 60 45 122 51 67 0 104 377 46 27
Binary 110000 100101 1010010 101001 110111 0 1000100 11111111 100110 10111

Color Harmonies of #302552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302552

Black with #302552

Text Example


Text Example

White with #302552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302552; }

 p { color: rgb(48,37,82); }

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

background-color css

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

 a { background-color: rgb(48,37,82); }

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

border-color css

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

 span { border-color: rgb(48,37,82); }

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