#302238

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

Shades of Blackcurrant #302238

Tints of Blackcurrant #302238

Color information

#302238 (or 0x302238) is unknown color: approx Blackcurrant. HEX triplet: 30, 22 and 38. RGB value is (48,34,56). Sum of RGB (Red+Green+Blue) = 48+34+56=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #302238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302238 is #CFDDC7. Grayscale: #282828. Windows color (decimal): -13622728 or 3678768. OLE color: 3678768.

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

Color convert

RGB483456-
CMYK0.140.3900.78
HSL278.18º24.44%17.65%-
HSV(B)278.18º39.29%21.96%-
XYZ2.52.064.01-
YUV40.69136.64133.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=34.78%
G=24.64%
B=40.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4834560.140.3900.78278.1824.4417.65
Hex302238E2704E1161812
Octal604270164701164263022
Binary1100001000101110001110100111010011101000101101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302238; }

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

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

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

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

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

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

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

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