Html Css Color HEX #300144 Blackcurrant

📋 copy color: '#300144'

red 48 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #300144

Tints of Blackcurrant #300144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 58.12%

R = 41.03%
G = 0.85%
B = 58.12%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#300144 (or 0x300144) is known color: Blackcurrant. HEX triplet: 30, 01 and 44. RGB value is (48,1,68). Sum of RGB (Red+Green+Blue) = 48+1+68=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #300144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300144 is #CFFEBB. Grayscale: #161616. Windows color (decimal): -13631164 or 4456752. OLE color: 4456752.

HSL color Cylindrical-coordinate representation of color #300144: hue angle of 282.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300144 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 1 68 -
CMYK 0.29 0.99 0 0.73
HSL 282.09º 0.97% 0.14% -
HSV(B) 282.09º 0.99% 0.27% -
XYZ 2.27 1.07 5.56 -
YUV 22.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 48 1 68 0.29 0.99 0 0.73 282.09 0.97 0.14
Hex 30 1 44 1D 63 0 49 11A 61 E
Octal 60 1 104 35 143 0 111 432 141 16
Binary 110000 1 1000100 11101 1100011 0 1001001 100011010 1100001 1110

Color Harmonies of #300144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300144

Black with #300144

Text Example


Text Example

White with #300144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300144; }

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

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

background-color css

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

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

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

border-color css

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

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

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