Html Css Color HEX #300039 Blackcurrant

📋 copy color: '#300039'

red 48 ◦ green 0 ◦ blue 57

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

Shades of Blackcurrant #300039

Tints of Blackcurrant #300039

RGB

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

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

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

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300039 (or 0x300039) is known color: Blackcurrant. HEX triplet: 30, 00 and 39. RGB value is (48,0,57). Sum of RGB (Red+Green+Blue) = 48+0+57=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #300039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300039 is #CFFFC6. Grayscale: #141414. Windows color (decimal): -13631431 or 3735600. OLE color: 3735600.

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

Color convert

RGB 48 0 57 -
CMYK 0.16 1 0 0.78
HSL 290.53º 1% 0.11% -
HSV(B) 290.53º 1% 0.22% -
XYZ 1.96 0.92 3.95 -
YUV 20.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 48 0 57 0.16 1 0 0.78 290.53 1 0.11
Hex 30 0 39 10 64 0 4E 123 64 B
Octal 60 0 71 20 144 0 116 443 144 13
Binary 110000 0 111001 10000 1100100 0 1001110 100100011 1100100 1011

Color Harmonies of #300039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300039

Black with #300039

Text Example


Text Example

White with #300039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300039; }

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

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

background-color css

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

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

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

border-color css

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

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

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