Html Css Color HEX #301A45 Blackcurrant

📋 copy color: '#301A45'

red 48 ◦ green 26 ◦ blue 69

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

Shades of Blackcurrant #301A45

Tints of Blackcurrant #301A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.18%

 BLUE value IS 69 (27.34% from 255) = 48.25%

R = 33.57%
G = 18.18%
B = 48.25%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301A45 (or 0x301A45) is known color: Blackcurrant. HEX triplet: 30, 1A and 45. RGB value is (48,26,69). Sum of RGB (Red+Green+Blue) = 48+26+69=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #301A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A45 is #CFE5BA. Grayscale: #252525. Windows color (decimal): -13624763 or 4528688. OLE color: 4528688.

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

Color convert

RGB 48 26 69 -
CMYK 0.30 0.62 0 0.73
HSL 270.7º 0.45% 0.19% -
HSV(B) 270.7º 0.62% 0.27% -
XYZ 2.66 1.8 5.84 -
YUV 37.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 48 26 69 0.30 0.62 0 0.73 270.7 0.45 0.19
Hex 30 1A 45 1E 3E 0 49 10F 2D 13
Octal 60 32 105 36 76 0 111 417 55 23
Binary 110000 11010 1000101 11110 111110 0 1001001 100001111 101101 10011

Color Harmonies of #301A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A45

Black with #301A45

Text Example


Text Example

White with #301A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,69); }

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

background-color css

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

 a { background-color: rgb(48,26,69); }

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

border-color css

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

 span { border-color: rgb(48,26,69); }

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