#300E5C

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

Shades of Christalle #300E5C

Tints of Christalle #300E5C

Color information

#300E5C (or 0x300E5C) is unknown color: approx Christalle. HEX triplet: 30, 0E and 5C. RGB value is (48,14,92). Sum of RGB (Red+Green+Blue) = 48+14+92=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #300E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E5C is #CFF1A3. Grayscale: #202020. Windows color (decimal): -13627812 or 6032944. OLE color: 6032944.

HSL color Cylindrical-coordinate representation of color #300E5C: hue angle of 266.15º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300E5C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB481492-
CMYK0.480.8500.64
HSL266.15º73.58%20.78%-
HSV(B)266.15º84.78%36.08%-
XYZ3.311.7210.28-
YUV33.06161.26138.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 14 (5.86% from 255) = 9.09%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=31.17%
G=9.09%
B=59.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4814920.480.8500.64266.1573.5820.78
Hex30E5C305504010a4a15
Octal601613460125010041211225
Binary11000011101011100110000101010101000000100001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300E5C; }

 p { color: rgb(48,14,92); }

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

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

 a { background-color: rgb(48,14,92); }

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

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

 span { border-color: rgb(48,14,92); }

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