Html Css Color HEX #302750 Cherry Pie

📋 copy color: '#302750'

red 48 ◦ green 39 ◦ blue 80

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

Shades of Cherry Pie #302750

Tints of Cherry Pie #302750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

 BLUE value IS 80 (31.64% from 255) = 47.9%

R = 28.74%
G = 23.35%
B = 47.9%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#302750 (or 0x302750) is known color: Cherry Pie. HEX triplet: 30, 27 and 50. RGB value is (48,39,80). Sum of RGB (Red+Green+Blue) = 48+39+80=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #302750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302750 is #CFD8AF. Grayscale: #2E2E2E. Windows color (decimal): -13621424 or 5252912. OLE color: 5252912.

HSL color Cylindrical-coordinate representation of color #302750: hue angle of 253.17º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302750 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 39 80 -
CMYK 0.40 0.51 0 0.69
HSL 253.17º 0.34% 0.23% -
HSV(B) 253.17º 0.51% 0.31% -
XYZ 3.39 2.66 7.92 -
YUV 46.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 48 39 80 0.40 0.51 0 0.69 253.17 0.34 0.23
Hex 30 27 50 28 33 0 45 FD 22 17
Octal 60 47 120 50 63 0 105 375 42 27
Binary 110000 100111 1010000 101000 110011 0 1000101 11111101 100010 10111

Color Harmonies of #302750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302750

Black with #302750

Text Example


Text Example

White with #302750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302750; }

 p { color: rgb(48,39,80); }

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

background-color css

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

 a { background-color: rgb(48,39,80); }

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

border-color css

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

 span { border-color: rgb(48,39,80); }

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