#301847

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

Shades of Blackcurrant #301847

Tints of Blackcurrant #301847

Color information

#301847 (or 0x301847) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 47. RGB value is (48,24,71). Sum of RGB (Red+Green+Blue) = 48+24+71=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #301847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301847 is #CFE7B8. Grayscale: #242424. Windows color (decimal): -13625273 or 4659248. OLE color: 4659248.

HSL color Cylindrical-coordinate representation of color #301847: hue angle of 270.64º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301847 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB482471-
CMYK0.320.6600.72
HSL270.64º49.47%18.63%-
HSV(B)270.64º66.2%27.84%-
XYZ2.681.746.16-
YUV36.53147.45136.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=33.57%
G=16.78%
B=49.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4824710.320.6600.72270.6449.4718.63
Hex301847204204810f3113
Octal60301074010201104176123
Binary11000011000100011110000010000100100100010000111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301847; }

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

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

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

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

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

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

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

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