Html Css Color HEX #302652 Cherry Pie

📋 copy color: '#302652'

red 48 ◦ green 38 ◦ blue 82

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

Shades of Cherry Pie #302652

Tints of Cherry Pie #302652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

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

R = 28.57%
G = 22.62%
B = 48.81%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302652 (or 0x302652) is known color: Cherry Pie. HEX triplet: 30, 26 and 52. RGB value is (48,38,82). Sum of RGB (Red+Green+Blue) = 48+38+82=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #302652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302652 is #CFD9AD. Grayscale: #2D2D2D. Windows color (decimal): -13621678 or 5383728. OLE color: 5383728.

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

Color convert

RGB 48 38 82 -
CMYK 0.41 0.54 0 0.68
HSL 253.64º 0.37% 0.24% -
HSV(B) 253.64º 0.54% 0.32% -
XYZ 3.44 2.62 8.31 -
YUV 46.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 48 38 82 0.41 0.54 0 0.68 253.64 0.37 0.24
Hex 30 26 52 29 36 0 44 FE 25 18
Octal 60 46 122 51 66 0 104 376 45 30
Binary 110000 100110 1010010 101001 110110 0 1000100 11111110 100101 11000

Color Harmonies of #302652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302652

Black with #302652

Text Example


Text Example

White with #302652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302652; }

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

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

background-color css

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

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

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

border-color css

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

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

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