#301641

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

Shades of Blackcurrant #301641

Tints of Blackcurrant #301641

Color information

#301641 (or 0x301641) is unknown color: approx Blackcurrant. HEX triplet: 30, 16 and 41. RGB value is (48,22,65). Sum of RGB (Red+Green+Blue) = 48+22+65=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #301641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301641 is #CFE9BE. Grayscale: #222222. Windows color (decimal): -13625791 or 4265520. OLE color: 4265520.

HSL color Cylindrical-coordinate representation of color #301641: hue angle of 276.28º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #301641 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB482265-
CMYK0.260.6600.75
HSL276.28º49.43%17.06%-
HSV(B)276.28º66.15%25.49%-
XYZ2.461.585.18-
YUV34.68145.11137.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 22 (8.98% from 255) = 16.30%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=35.56%
G=16.30%
B=48.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4822650.260.6600.75276.2849.4317.06
Hex3016411A4204B1143111
Octal60261013210201134246121
Binary1100001011010000011101010000100100101110001010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301641; }

 p { color: rgb(48,22,65); }

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

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

 a { background-color: rgb(48,22,65); }

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

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

 span { border-color: rgb(48,22,65); }

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