Html Css Color HEX #300351 Blackcurrant

📋 copy color: '#300351'

red 48 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #300351

Tints of Blackcurrant #300351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 36.36%
G = 2.27%
B = 61.36%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#300351 (or 0x300351) is known color: Blackcurrant. HEX triplet: 30, 03 and 51. RGB value is (48,3,81). Sum of RGB (Red+Green+Blue) = 48+3+81=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #300351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300351 is #CFFCAE. Grayscale: #191919. Windows color (decimal): -13630639 or 5309232. OLE color: 5309232.

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

Color convert

RGB 48 3 81 -
CMYK 0.41 0.96 0 0.68
HSL 274.62º 0.93% 0.16% -
HSV(B) 274.62º 0.96% 0.32% -
XYZ 2.74 1.29 7.89 -
YUV 25.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 48 3 81 0.41 0.96 0 0.68 274.62 0.93 0.16
Hex 30 3 51 29 60 0 44 113 5D 10
Octal 60 3 121 51 140 0 104 423 135 20
Binary 110000 11 1010001 101001 1100000 0 1000100 100010011 1011101 10000

Color Harmonies of #300351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300351

Black with #300351

Text Example


Text Example

White with #300351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300351; }

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

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

background-color css

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

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

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

border-color css

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

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

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