#301A43

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

Shades of Blackcurrant #301A43

Tints of Blackcurrant #301A43

Color information

#301A43 (or 0x301A43) is unknown color: approx Blackcurrant. HEX triplet: 30, 1A and 43. RGB value is (48,26,67). Sum of RGB (Red+Green+Blue) = 48+26+67=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 67 - color contains mainly: blue. Hex color #301A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A43 is #CFE5BC. Grayscale: #252525. Windows color (decimal): -13624765 or 4397616. OLE color: 4397616.

HSL color Cylindrical-coordinate representation of color #301A43: hue angle of 272.2º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301A43 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB482667-
CMYK0.280.6100.74
HSL272.2º44.09%18.24%-
HSV(B)272.2º61.19%26.27%-
XYZ2.61.775.52-
YUV37.25144.79135.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 67 (26.56% from 255) = 47.52%
R=34.04%
G=18.44%
B=47.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4826670.280.6100.74272.244.0918.24
Hex301A431C3D04A1102c12
Octal6032103347501124205422
Binary110000110101000011111001111010100101010001000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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