Html Css Color HEX #300552 Blackcurrant

📋 copy color: '#300552'

red 48 ◦ green 5 ◦ blue 82

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

Shades of Blackcurrant #300552

Tints of Blackcurrant #300552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 35.56%
G = 3.7%
B = 60.74%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#300552 (or 0x300552) is known color: Blackcurrant. HEX triplet: 30, 05 and 52. RGB value is (48,5,82). Sum of RGB (Red+Green+Blue) = 48+5+82=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #300552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300552 is #CFFAAD. Grayscale: #1A1A1A. Windows color (decimal): -13630126 or 5375280. OLE color: 5375280.

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

Color convert

RGB 48 5 82 -
CMYK 0.41 0.94 0 0.68
HSL 273.51º 0.89% 0.17% -
HSV(B) 273.51º 0.94% 0.32% -
XYZ 2.8 1.35 8.1 -
YUV 26.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 48 5 82 0.41 0.94 0 0.68 273.51 0.89 0.17
Hex 30 5 52 29 5E 0 44 112 59 11
Octal 60 5 122 51 136 0 104 422 131 21
Binary 110000 101 1010010 101001 1011110 0 1000100 100010010 1011001 10001

Color Harmonies of #300552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300552

Black with #300552

Text Example


Text Example

White with #300552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300552; }

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

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

background-color css

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

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

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

border-color css

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

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

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