#301A40

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

Shades of Blackcurrant #301A40

Tints of Blackcurrant #301A40

Color information

#301A40 (or 0x301A40) is unknown color: approx Blackcurrant. HEX triplet: 30, 1A and 40. RGB value is (48,26,64). Sum of RGB (Red+Green+Blue) = 48+26+64=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #301A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A40 is #CFE5BF. Grayscale: #242424. Windows color (decimal): -13624768 or 4201008. OLE color: 4201008.

HSL color Cylindrical-coordinate representation of color #301A40: hue angle of 274.74º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #301A40 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482664-
CMYK0.250.5900.75
HSL274.74º42.22%17.65%-
HSV(B)274.74º59.38%25.1%-
XYZ2.511.745.05-
YUV36.91143.29135.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=34.78%
G=18.84%
B=46.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4826640.250.5900.75274.7442.2217.65
Hex301A40193B04B1132a12
Octal6032100317301134235222
Binary110000110101000000110011110110100101110001001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301A40; }

 p { color: rgb(48,26,64); }

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

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

 a { background-color: rgb(48,26,64); }

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

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

 span { border-color: rgb(48,26,64); }

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