Html Css Color HEX #300539 Blackcurrant

📋 copy color: '#300539'

red 48 ◦ green 5 ◦ blue 57

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

Shades of Blackcurrant #300539

Tints of Blackcurrant #300539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.55%

 BLUE value IS 57 (22.66% from 255) = 51.82%

R = 43.64%
G = 4.55%
B = 51.82%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300539 (or 0x300539) is known color: Blackcurrant. HEX triplet: 30, 05 and 39. RGB value is (48,5,57). Sum of RGB (Red+Green+Blue) = 48+5+57=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #300539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300539 is #CFFAC6. Grayscale: #171717. Windows color (decimal): -13630151 or 3736880. OLE color: 3736880.

HSL color Cylindrical-coordinate representation of color #300539: hue angle of 289.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300539 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 5 57 -
CMYK 0.16 0.91 0 0.78
HSL 289.62º 0.84% 0.12% -
HSV(B) 289.62º 0.91% 0.22% -
XYZ 2.01 1.03 3.96 -
YUV 23.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 48 5 57 0.16 0.91 0 0.78 289.62 0.84 0.12
Hex 30 5 39 10 5B 0 4E 122 54 C
Octal 60 5 71 20 133 0 116 442 124 14
Binary 110000 101 111001 10000 1011011 0 1001110 100100010 1010100 1100

Color Harmonies of #300539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300539

Black with #300539

Text Example


Text Example

White with #300539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300539; }

 p { color: rgb(48,5,57); }

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

background-color css

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

 a { background-color: rgb(48,5,57); }

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

border-color css

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

 span { border-color: rgb(48,5,57); }

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