Html Css Color HEX #301144 Blackcurrant

📋 copy color: '#301144'

red 48 ◦ green 17 ◦ blue 68

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

Shades of Blackcurrant #301144

Tints of Blackcurrant #301144

RGB

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

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

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

R = 36.09%
G = 12.78%
B = 51.13%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301144 (or 0x301144) is known color: Blackcurrant. HEX triplet: 30, 11 and 44. RGB value is (48,17,68). Sum of RGB (Red+Green+Blue) = 48+17+68=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #301144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301144 is #CFEEBB. Grayscale: #1F1F1F. Windows color (decimal): -13627068 or 4460848. OLE color: 4460848.

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

Color convert

RGB 48 17 68 -
CMYK 0.29 0.75 0 0.73
HSL 276.47º 0.6% 0.17% -
HSV(B) 276.47º 0.75% 0.27% -
XYZ 2.46 1.45 5.62 -
YUV 32.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 48 17 68 0.29 0.75 0 0.73 276.47 0.6 0.17
Hex 30 11 44 1D 4B 0 49 114 3C 11
Octal 60 21 104 35 113 0 111 424 74 21
Binary 110000 10001 1000100 11101 1001011 0 1001001 100010100 111100 10001

Color Harmonies of #301144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301144

Black with #301144

Text Example


Text Example

White with #301144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301144; }

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

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

background-color css

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

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

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

border-color css

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

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

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