Html Css Color HEX #300551 Blackcurrant

📋 copy color: '#300551'

red 48 ◦ green 5 ◦ blue 81

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

Shades of Blackcurrant #300551

Tints of Blackcurrant #300551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 35.82%
G = 3.73%
B = 60.45%

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

#300551 (or 0x300551) is known color: Blackcurrant. HEX triplet: 30, 05 and 51. RGB value is (48,5,81). Sum of RGB (Red+Green+Blue) = 48+5+81=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #300551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300551 is #CFFAAE. Grayscale: #1A1A1A. Windows color (decimal): -13630127 or 5309744. OLE color: 5309744.

HSL color Cylindrical-coordinate representation of color #300551: hue angle of 273.95º degrees, saturation: 0.88, 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 #300551 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 5 81 -
CMYK 0.41 0.94 0 0.68
HSL 273.95º 0.88% 0.17% -
HSV(B) 273.95º 0.94% 0.32% -
XYZ 2.76 1.33 7.9 -
YUV 26.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 48 5 81 0.41 0.94 0 0.68 273.95 0.88 0.17
Hex 30 5 51 29 5E 0 44 112 58 11
Octal 60 5 121 51 136 0 104 422 130 21
Binary 110000 101 1010001 101001 1011110 0 1000100 100010010 1011000 10001

Color Harmonies of #300551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300551

Black with #300551

Text Example


Text Example

White with #300551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300551; }

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

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

background-color css

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

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

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

border-color css

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

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

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