Html Css Color HEX #300F59 Christalle

📋 copy color: '#300F59'

red 48 ◦ green 15 ◦ blue 89

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

Shades of Christalle #300F59

Tints of Christalle #300F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

 BLUE value IS 89 (35.16% from 255) = 58.55%

R = 31.58%
G = 9.87%
B = 58.55%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300F59 (or 0x300F59) is known color: Christalle. HEX triplet: 30, 0F and 59. RGB value is (48,15,89). Sum of RGB (Red+Green+Blue) = 48+15+89=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #300F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300F59 is #CFF0A6. Grayscale: #212121. Windows color (decimal): -13627559 or 5836592. OLE color: 5836592.

HSL color Cylindrical-coordinate representation of color #300F59: hue angle of 266.76º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300F59 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 15 89 -
CMYK 0.46 0.83 0 0.65
HSL 266.76º 0.71% 0.2% -
HSV(B) 266.76º 0.83% 0.35% -
XYZ 3.19 1.69 9.61 -
YUV 33.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 48 15 89 0.46 0.83 0 0.65 266.76 0.71 0.2
Hex 30 F 59 2E 53 0 41 10B 47 14
Octal 60 17 131 56 123 0 101 413 107 24
Binary 110000 1111 1011001 101110 1010011 0 1000001 100001011 1000111 10100

Color Harmonies of #300F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F59

Black with #300F59

Text Example


Text Example

White with #300F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,15,89); }

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

background-color css

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

 a { background-color: rgb(48,15,89); }

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

border-color css

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

 span { border-color: rgb(48,15,89); }

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