Html Css Color HEX #301945 Blackcurrant

📋 copy color: '#301945'

red 48 ◦ green 25 ◦ blue 69

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

Shades of Blackcurrant #301945

Tints of Blackcurrant #301945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 33.8%
G = 17.61%
B = 48.59%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#301945 (or 0x301945) is known color: Blackcurrant. HEX triplet: 30, 19 and 45. RGB value is (48,25,69). Sum of RGB (Red+Green+Blue) = 48+25+69=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #301945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301945 is #CFE6BA. Grayscale: #242424. Windows color (decimal): -13625019 or 4528432. OLE color: 4528432.

HSL color Cylindrical-coordinate representation of color #301945: hue angle of 271.36º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #301945 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 25 69 -
CMYK 0.30 0.64 0 0.73
HSL 271.36º 0.47% 0.18% -
HSV(B) 271.36º 0.64% 0.27% -
XYZ 2.64 1.75 5.83 -
YUV 36.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 48 25 69 0.30 0.64 0 0.73 271.36 0.47 0.18
Hex 30 19 45 1E 40 0 49 10F 2F 12
Octal 60 31 105 36 100 0 111 417 57 22
Binary 110000 11001 1000101 11110 1000000 0 1001001 100001111 101111 10010

Color Harmonies of #301945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301945

Black with #301945

Text Example


Text Example

White with #301945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301945; }

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

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

background-color css

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

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

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

border-color css

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

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

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