#301745

Color #301745 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #301745

Tints of Blackcurrant #301745

Color information

#301745 (or 0x301745) is unknown color: approx Blackcurrant. HEX triplet: 30, 17 and 45. RGB value is (48,23,69). Sum of RGB (Red+Green+Blue) = 48+23+69=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #301745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301745 is #CFE8BA. Grayscale: #232323. Windows color (decimal): -13625531 or 4527920. OLE color: 4527920.

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

Color convert

RGB482369-
CMYK0.300.6700.73
HSL272.61º50%18.04%-
HSV(B)272.61º66.67%27.06%-
XYZ2.61.675.82-
YUV35.72146.78136.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=34.29%
G=16.43%
B=49.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4823690.300.6700.73272.615018.04
Hex3017451E430491113212
Octal60271053610301114216222
Binary1100001011110001011111010000110100100110001000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301745; }

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

 H1.HeaderClassName
 {
   color: #301745;
 }
 .AnyTagClassName
 {
   color: #301745;
 }
</style>
background-color css

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

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

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

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

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

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