Html Css Color HEX #301C44 Blackcurrant

📋 copy color: '#301C44'

red 48 ◦ green 28 ◦ blue 68

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

Shades of Blackcurrant #301C44

Tints of Blackcurrant #301C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.44%

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

R = 33.33%
G = 19.44%
B = 47.22%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301C44 (or 0x301C44) is known color: Blackcurrant. HEX triplet: 30, 1C and 44. RGB value is (48,28,68). Sum of RGB (Red+Green+Blue) = 48+28+68=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #301C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C44 is #CFE3BB. Grayscale: #262626. Windows color (decimal): -13624252 or 4463664. OLE color: 4463664.

HSL color Cylindrical-coordinate representation of color #301C44: hue angle of 270º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301C44 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 28 68 -
CMYK 0.29 0.59 0 0.73
HSL 270º 0.42% 0.19% -
HSV(B) 270º 0.59% 0.27% -
XYZ 2.68 1.88 5.69 -
YUV 38.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 48 28 68 0.29 0.59 0 0.73 270 0.42 0.19
Hex 30 1C 44 1D 3B 0 49 10E 2A 13
Octal 60 34 104 35 73 0 111 416 52 23
Binary 110000 11100 1000100 11101 111011 0 1001001 100001110 101010 10011

Color Harmonies of #301C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C44

Black with #301C44

Text Example


Text Example

White with #301C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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