#30274F

Color #30274F Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #30274F

Tints of Cherry Pie #30274F

Color information

#30274F (or 0x30274F) is unknown color: approx Cherry Pie. HEX triplet: 30, 27 and 4F. RGB value is (48,39,79). Sum of RGB (Red+Green+Blue) = 48+39+79=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #30274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30274F is #CFD8B0. Grayscale: #2E2E2E. Windows color (decimal): -13621425 or 5187376. OLE color: 5187376.

HSL color Cylindrical-coordinate representation of color #30274F: hue angle of 253.5º 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 #30274F is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB483979-
CMYK0.390.5100.69
HSL253.5º33.9%23.14%-
HSV(B)253.5º50.63%30.98%-
XYZ3.362.647.73-
YUV46.25146.48129.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=28.92%
G=23.49%
B=47.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4839790.390.5100.69253.533.923.14
Hex30274F2733045fe2217
Octal6047117476301053764227
Binary1100001001111001111100111110011010001011111111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30274F; }

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

 H1.HeaderClassName
 {
   color: #30274F;
 }
 .AnyTagClassName
 {
   color: #30274F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #30274F;
 }
 .BgClassName
 {
   background-color: #30274F;
 }
</style>
border-color css

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

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

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