#300955

Color #300955 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #300955

Tints of Christalle #300955

Color information

#300955 (or 0x300955) is unknown color: approx Christalle. HEX triplet: 30, 09 and 55. RGB value is (48,9,85). Sum of RGB (Red+Green+Blue) = 48+9+85=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #300955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300955 is #CFF6AA. Grayscale: #1D1D1D. Windows color (decimal): -13629099 or 5572912. OLE color: 5572912.

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

Color convert

RGB48985-
CMYK0.440.8900.67
HSL270.79º80.85%18.43%-
HSV(B)270.79º89.41%33.33%-
XYZ2.961.488.72-
YUV29.32159.42141.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=33.80%
G=6.34%
B=59.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal489850.440.8900.67270.7980.8518.43
Hex309552C5904310f5112
Octal601112554131010341712122
Binary11000010011010101101100101100101000011100001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300955; }

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

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

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

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

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

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

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

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