Html Css Color HEX #301444 Blackcurrant

📋 copy color: '#301444'

red 48 ◦ green 20 ◦ blue 68

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

Shades of Blackcurrant #301444

Tints of Blackcurrant #301444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

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

R = 35.29%
G = 14.71%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301444 (or 0x301444) is known color: Blackcurrant. HEX triplet: 30, 14 and 44. RGB value is (48,20,68). Sum of RGB (Red+Green+Blue) = 48+20+68=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #301444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301444 is #CFEBBB. Grayscale: #212121. Windows color (decimal): -13626300 or 4461616. OLE color: 4461616.

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

Color convert

RGB 48 20 68 -
CMYK 0.29 0.71 0 0.73
HSL 275º 0.55% 0.17% -
HSV(B) 275º 0.71% 0.27% -
XYZ 2.51 1.55 5.63 -
YUV 33.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 48 20 68 0.29 0.71 0 0.73 275 0.55 0.17
Hex 30 14 44 1D 47 0 49 113 37 11
Octal 60 24 104 35 107 0 111 423 67 21
Binary 110000 10100 1000100 11101 1000111 0 1001001 100010011 110111 10001

Color Harmonies of #301444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301444

Black with #301444

Text Example


Text Example

White with #301444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301444; }

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

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

background-color css

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

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

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

border-color css

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

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

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