#301842

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

Shades of Blackcurrant #301842

Tints of Blackcurrant #301842

Color information

#301842 (or 0x301842) is unknown color: approx Blackcurrant. HEX triplet: 30, 18 and 42. RGB value is (48,24,66). Sum of RGB (Red+Green+Blue) = 48+24+66=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #301842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301842 is #CFE7BD. Grayscale: #232323. Windows color (decimal): -13625278 or 4331568. OLE color: 4331568.

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

Color convert

RGB482466-
CMYK0.270.6400.74
HSL274.29º46.67%17.65%-
HSV(B)274.29º63.64%25.88%-
XYZ2.531.675.34-
YUV35.96144.95136.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 66 (26.17% from 255) = 47.83%
R=34.78%
G=17.39%
B=47.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4824660.270.6400.74274.2946.6717.65
Hex3018421B4004A1122f12
Octal60301023310001124225722
Binary1100001100010000101101110000000100101010001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301842; }

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

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

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

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

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

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

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

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