#302138

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

Shades of Blackcurrant #302138

Tints of Blackcurrant #302138

Color information

#302138 (or 0x302138) is unknown color: approx Blackcurrant. HEX triplet: 30, 21 and 38. RGB value is (48,33,56). Sum of RGB (Red+Green+Blue) = 48+33+56=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #302138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302138 is #CFDEC7. Grayscale: #282828. Windows color (decimal): -13622984 or 3678512. OLE color: 3678512.

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

Color convert

RGB483356-
CMYK0.140.4100.78
HSL279.13º25.84%17.45%-
HSV(B)279.13º41.07%21.96%-
XYZ2.4824-
YUV40.11136.97133.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=35.04%
G=24.09%
B=40.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4833560.140.4100.78279.1325.8417.45
Hex302138E2904E1171a11
Octal604170165101164273221
Binary1100001000011110001110101001010011101000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302138; }

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

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

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

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

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

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

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

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