Html Css Color HEX #301545 Blackcurrant

📋 copy color: '#301545'

red 48 ◦ green 21 ◦ blue 69

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

Shades of Blackcurrant #301545

Tints of Blackcurrant #301545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 50%

R = 34.78%
G = 15.22%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301545 (or 0x301545) is known color: Blackcurrant. HEX triplet: 30, 15 and 45. RGB value is (48,21,69). Sum of RGB (Red+Green+Blue) = 48+21+69=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #301545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301545 is #CFEABA. Grayscale: #222222. Windows color (decimal): -13626043 or 4527408. OLE color: 4527408.

HSL color Cylindrical-coordinate representation of color #301545: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301545 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 21 69 -
CMYK 0.30 0.70 0 0.73
HSL 273.75º 0.53% 0.18% -
HSV(B) 273.75º 0.7% 0.27% -
XYZ 2.56 1.59 5.8 -
YUV 34.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 48 21 69 0.30 0.70 0 0.73 273.75 0.53 0.18
Hex 30 15 45 1E 46 0 49 112 35 12
Octal 60 25 105 36 106 0 111 422 65 22
Binary 110000 10101 1000101 11110 1000110 0 1001001 100010010 110101 10010

Color Harmonies of #301545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301545

Black with #301545

Text Example


Text Example

White with #301545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301545; }

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

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

background-color css

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

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

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

border-color css

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

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

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