#301638

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

Shades of Blackcurrant #301638

Tints of Blackcurrant #301638

Color information

#301638 (or 0x301638) is unknown color: approx Blackcurrant. HEX triplet: 30, 16 and 38. RGB value is (48,22,56). Sum of RGB (Red+Green+Blue) = 48+22+56=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #301638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301638 is #CFE9C7. Grayscale: #212121. Windows color (decimal): -13625800 or 3675696. OLE color: 3675696.

HSL color Cylindrical-coordinate representation of color #301638: hue angle of 285.88º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301638 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB482256-
CMYK0.140.6100.78
HSL285.88º43.59%15.29%-
HSV(B)285.88º60.71%21.96%-
XYZ2.221.493.91-
YUV33.65140.61138.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=38.10%
G=17.46%
B=44.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4822560.140.6100.78285.8843.5915.29
Hex301638E3D04E11e2cf
Octal602670167501164365417
Binary110000101101110001110111101010011101000111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301638; }

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

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

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

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

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

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

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

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