Html Css Color HEX #301140 Blackcurrant

📋 copy color: '#301140'

red 48 ◦ green 17 ◦ blue 64

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

Shades of Blackcurrant #301140

Tints of Blackcurrant #301140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 37.21%
G = 13.18%
B = 49.61%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#301140 (or 0x301140) is known color: Blackcurrant. HEX triplet: 30, 11 and 40. RGB value is (48,17,64). Sum of RGB (Red+Green+Blue) = 48+17+64=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #301140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301140 is #CFEEBF. Grayscale: #1F1F1F. Windows color (decimal): -13627072 or 4198704. OLE color: 4198704.

HSL color Cylindrical-coordinate representation of color #301140: hue angle of 279.57º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301140 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 17 64 -
CMYK 0.25 0.73 0 0.75
HSL 279.57º 0.58% 0.16% -
HSV(B) 279.57º 0.73% 0.25% -
XYZ 2.34 1.4 5 -
YUV 31.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 48 17 64 0.25 0.73 0 0.75 279.57 0.58 0.16
Hex 30 11 40 19 49 0 4B 118 3A 10
Octal 60 21 100 31 111 0 113 430 72 20
Binary 110000 10001 1000000 11001 1001001 0 1001011 100011000 111010 10000

Color Harmonies of #301140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301140

Black with #301140

Text Example


Text Example

White with #301140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301140; }

 p { color: rgb(48,17,64); }

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

background-color css

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

 a { background-color: rgb(48,17,64); }

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

border-color css

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

 span { border-color: rgb(48,17,64); }

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