Html Css Color HEX #30274F Cherry Pie

📋 copy color: '#30274F'

red 48 ◦ green 39 ◦ blue 79

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

Shades of Cherry Pie #30274F

Tints of Cherry Pie #30274F

RGB

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

 GREEN value IS 39 (15.63% 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 value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30274F (or 0x30274F) is known color: 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

RGB 48 39 79 -
CMYK 0.39 0.51 0 0.69
HSL 253.5º 0.34% 0.23% -
HSV(B) 253.5º 0.51% 0.31% -
XYZ 3.36 2.64 7.73 -
YUV 46.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 48 39 79 0.39 0.51 0 0.69 253.5 0.34 0.23
Hex 30 27 4F 27 33 0 45 FE 22 17
Octal 60 47 117 47 63 0 105 376 42 27
Binary 110000 100111 1001111 100111 110011 0 1000101 11111110 100010 10111

Color Harmonies of #30274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30274F

Black with #30274F

Text Example


Text Example

White with #30274F

Text Example


Text Example

HTML Codes & Css Web 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>