#301738

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

Shades of Blackcurrant #301738

Tints of Blackcurrant #301738

Color information

#301738 (or 0x301738) is unknown color: approx Blackcurrant. HEX triplet: 30, 17 and 38. RGB value is (48,23,56). Sum of RGB (Red+Green+Blue) = 48+23+56=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #301738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301738 is #CFE8C7. Grayscale: #222222. Windows color (decimal): -13625544 or 3675952. OLE color: 3675952.

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

Color convert

RGB482356-
CMYK0.140.5900.78
HSL285.45º41.77%15.49%-
HSV(B)285.45º58.93%21.96%-
XYZ2.241.533.92-
YUV34.24140.28137.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=37.80%
G=18.11%
B=44.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4823560.140.5900.78285.4541.7715.49
Hex301738E3B04E11d2af
Octal602770167301164355217
Binary110000101111110001110111011010011101000111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301738; }

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

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

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

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

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

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

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

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