Html Css Color HEX #300555 Blackcurrant

📋 copy color: '#300555'

red 48 ◦ green 5 ◦ blue 85

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

Shades of Blackcurrant #300555

Tints of Blackcurrant #300555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 61.59%

R = 34.78%
G = 3.62%
B = 61.59%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300555 (or 0x300555) is known color: Blackcurrant. HEX triplet: 30, 05 and 55. RGB value is (48,5,85). Sum of RGB (Red+Green+Blue) = 48+5+85=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #300555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300555 is #CFFAAA. Grayscale: #1A1A1A. Windows color (decimal): -13630123 or 5571888. OLE color: 5571888.

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

Color convert

RGB 48 5 85 -
CMYK 0.44 0.94 0 0.67
HSL 272.25º 0.89% 0.18% -
HSV(B) 272.25º 0.94% 0.33% -
XYZ 2.91 1.39 8.71 -
YUV 26.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 48 5 85 0.44 0.94 0 0.67 272.25 0.89 0.18
Hex 30 5 55 2C 5E 0 43 110 59 12
Octal 60 5 125 54 136 0 103 420 131 22
Binary 110000 101 1010101 101100 1011110 0 1000011 100010000 1011001 10010

Color Harmonies of #300555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300555

Black with #300555

Text Example


Text Example

White with #300555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300555; }

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

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

background-color css

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

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

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

border-color css

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

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

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