Html Css Color HEX #301539 Blackcurrant

📋 copy color: '#301539'

red 48 ◦ green 21 ◦ blue 57

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

Shades of Blackcurrant #301539

Tints of Blackcurrant #301539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 38.1%
G = 16.67%
B = 45.24%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301539 (or 0x301539) is known color: Blackcurrant. HEX triplet: 30, 15 and 39. RGB value is (48,21,57). Sum of RGB (Red+Green+Blue) = 48+21+57=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #301539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301539 is #CFEAC6. Grayscale: #212121. Windows color (decimal): -13626055 or 3740976. OLE color: 3740976.

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

Color convert

RGB 48 21 57 -
CMYK 0.16 0.63 0 0.78
HSL 285º 0.46% 0.15% -
HSV(B) 285º 0.63% 0.22% -
XYZ 2.23 1.46 4.04 -
YUV 33.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 48 21 57 0.16 0.63 0 0.78 285 0.46 0.15
Hex 30 15 39 10 3F 0 4E 11D 2E F
Octal 60 25 71 20 77 0 116 435 56 17
Binary 110000 10101 111001 10000 111111 0 1001110 100011101 101110 1111

Color Harmonies of #301539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301539

Black with #301539

Text Example


Text Example

White with #301539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301539; }

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

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

background-color css

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

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

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

border-color css

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

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

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