#301844

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

Shades of Blackcurrant #301844

Tints of Blackcurrant #301844

Color information

#301844 (or 0x301844) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 44. RGB value is (48,24,68). Sum of RGB (Red+Green+Blue) = 48+24+68=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #301844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301844 is #CFE7BB. Grayscale: #242424. Windows color (decimal): -13625276 or 4462640. OLE color: 4462640.

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

Color convert

RGB482468-
CMYK0.290.6500.73
HSL272.73º47.83%18.04%-
HSV(B)272.73º64.71%26.67%-
XYZ2.591.75.66-
YUV36.19145.95136.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=34.29%
G=17.14%
B=48.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4824680.290.6500.73272.7347.8318.04
Hex3018441D410491113012
Octal60301043510101114216022
Binary1100001100010001001110110000010100100110001000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301844; }

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

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

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

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

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

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

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

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