Html Css Color HEX #302355 Cherry Pie

📋 copy color: '#302355'

red 48 ◦ green 35 ◦ blue 85

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

Shades of Cherry Pie #302355

Tints of Cherry Pie #302355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

 BLUE value IS 85 (33.59% from 255) = 50.6%

R = 28.57%
G = 20.83%
B = 50.6%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#302355 (or 0x302355) is known color: Cherry Pie. HEX triplet: 30, 23 and 55. RGB value is (48,35,85). Sum of RGB (Red+Green+Blue) = 48+35+85=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #302355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302355 is #CFDCAA. Grayscale: #2C2C2C. Windows color (decimal): -13622443 or 5579568. OLE color: 5579568.

HSL color Cylindrical-coordinate representation of color #302355: hue angle of 255.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #302355 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 35 85 -
CMYK 0.44 0.59 0 0.67
HSL 255.6º 0.42% 0.24% -
HSV(B) 255.6º 0.59% 0.33% -
XYZ 3.46 2.49 8.89 -
YUV 44.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 48 35 85 0.44 0.59 0 0.67 255.6 0.42 0.24
Hex 30 23 55 2C 3B 0 43 100 2A 18
Octal 60 43 125 54 73 0 103 400 52 30
Binary 110000 100011 1010101 101100 111011 0 1000011 100000000 101010 11000

Color Harmonies of #302355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302355

Black with #302355

Text Example


Text Example

White with #302355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302355; }

 p { color: rgb(48,35,85); }

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

background-color css

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

 a { background-color: rgb(48,35,85); }

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

border-color css

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

 span { border-color: rgb(48,35,85); }

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