Html Css Color HEX #300155 Blackcurrant

📋 copy color: '#300155'

red 48 ◦ green 1 ◦ blue 85

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

Shades of Blackcurrant #300155

Tints of Blackcurrant #300155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 35.82%
G = 0.75%
B = 63.43%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300155 (or 0x300155) is known color: Blackcurrant. HEX triplet: 30, 01 and 55. RGB value is (48,1,85). Sum of RGB (Red+Green+Blue) = 48+1+85=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #300155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300155 is #CFFEAA. Grayscale: #181818. Windows color (decimal): -13631147 or 5570864. OLE color: 5570864.

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

Color convert

RGB 48 1 85 -
CMYK 0.44 0.99 0 0.67
HSL 273.57º 0.98% 0.17% -
HSV(B) 273.57º 0.99% 0.33% -
XYZ 2.87 1.31 8.7 -
YUV 24.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 48 1 85 0.44 0.99 0 0.67 273.57 0.98 0.17
Hex 30 1 55 2C 63 0 43 112 62 11
Octal 60 1 125 54 143 0 103 422 142 21
Binary 110000 1 1010101 101100 1100011 0 1000011 100010010 1100010 10001

Color Harmonies of #300155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300155

Black with #300155

Text Example


Text Example

White with #300155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300155; }

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

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

background-color css

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

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

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

border-color css

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

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

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