Html Css Color HEX #301544 Blackcurrant

📋 copy color: '#301544'

red 48 ◦ green 21 ◦ blue 68

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

Shades of Blackcurrant #301544

Tints of Blackcurrant #301544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 35.04%
G = 15.33%
B = 49.64%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301544 (or 0x301544) is known color: Blackcurrant. HEX triplet: 30, 15 and 44. RGB value is (48,21,68). Sum of RGB (Red+Green+Blue) = 48+21+68=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #301544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301544 is #CFEABB. Grayscale: #222222. Windows color (decimal): -13626044 or 4461872. OLE color: 4461872.

HSL color Cylindrical-coordinate representation of color #301544: hue angle of 274.47º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301544 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 21 68 -
CMYK 0.29 0.69 0 0.73
HSL 274.47º 0.53% 0.17% -
HSV(B) 274.47º 0.69% 0.27% -
XYZ 2.53 1.58 5.64 -
YUV 34.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 48 21 68 0.29 0.69 0 0.73 274.47 0.53 0.17
Hex 30 15 44 1D 45 0 49 112 35 11
Octal 60 25 104 35 105 0 111 422 65 21
Binary 110000 10101 1000100 11101 1000101 0 1001001 100010010 110101 10001

Color Harmonies of #301544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301544

Black with #301544

Text Example


Text Example

White with #301544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301544; }

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

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

background-color css

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

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

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

border-color css

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

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

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