Html Css Color HEX #300057 Blackcurrant

📋 copy color: '#300057'

red 48 ◦ green 0 ◦ blue 87

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

Shades of Blackcurrant #300057

Tints of Blackcurrant #300057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 64.44%

R = 35.56%
G = 0%
B = 64.44%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#300057 (or 0x300057) is known color: Blackcurrant. HEX triplet: 30, 00 and 57. RGB value is (48,0,87). Sum of RGB (Red+Green+Blue) = 48+0+87=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #300057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300057 is #CFFFA8. Grayscale: #171717. Windows color (decimal): -13631401 or 5701680. OLE color: 5701680.

HSL color Cylindrical-coordinate representation of color #300057: hue angle of 273.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300057 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 0 87 -
CMYK 0.45 1 0 0.66
HSL 273.1º 1% 0.17% -
HSV(B) 273.1º 1% 0.34% -
XYZ 2.94 1.32 9.12 -
YUV 24.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 48 0 87 0.45 1 0 0.66 273.1 1 0.17
Hex 30 0 57 2D 64 0 42 111 64 11
Octal 60 0 127 55 144 0 102 421 144 21
Binary 110000 0 1010111 101101 1100100 0 1000010 100010001 1100100 10001

Color Harmonies of #300057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300057

Black with #300057

Text Example


Text Example

White with #300057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300057; }

 p { color: rgb(48,0,87); }

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

background-color css

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

 a { background-color: rgb(48,0,87); }

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

border-color css

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

 span { border-color: rgb(48,0,87); }

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