Html Css Color HEX #300153 Blackcurrant

📋 copy color: '#300153'

red 48 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #300153

Tints of Blackcurrant #300153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 62.88%

R = 36.36%
G = 0.76%
B = 62.88%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#300153 (or 0x300153) is known color: Blackcurrant. HEX triplet: 30, 01 and 53. RGB value is (48,1,83). Sum of RGB (Red+Green+Blue) = 48+1+83=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #300153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300153 is #CFFEAC. Grayscale: #181818. Windows color (decimal): -13631149 or 5439792. OLE color: 5439792.

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

Color convert

RGB 48 1 83 -
CMYK 0.42 0.99 0 0.67
HSL 274.39º 0.98% 0.16% -
HSV(B) 274.39º 0.99% 0.33% -
XYZ 2.79 1.27 8.28 -
YUV 24.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 48 1 83 0.42 0.99 0 0.67 274.39 0.98 0.16
Hex 30 1 53 2A 63 0 43 112 62 10
Octal 60 1 123 52 143 0 103 422 142 20
Binary 110000 1 1010011 101010 1100011 0 1000011 100010010 1100010 10000

Color Harmonies of #300153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300153

Black with #300153

Text Example


Text Example

White with #300153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300153; }

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

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

background-color css

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

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

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

border-color css

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

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

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