#302638

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

Shades of Blackcurrant #302638

Tints of Blackcurrant #302638

Color information

#302638 (or 0x302638) is unknown color: approx Blackcurrant. HEX triplet: 30, 26 and 38. RGB value is (48,38,56). Sum of RGB (Red+Green+Blue) = 48+38+56=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #302638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302638 is #CFD9C7. Grayscale: #2A2A2A. Windows color (decimal): -13621704 or 3679792. OLE color: 3679792.

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

Color convert

RGB483856-
CMYK0.140.3200.78
HSL273.33º19.15%18.43%-
HSV(B)273.33º32.14%21.96%-
XYZ2.632.34.05-
YUV43.04135.31131.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=33.80%
G=26.76%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4838560.140.3200.78273.3319.1518.43
Hex302638E2004E1111312
Octal604670164001164212322
Binary1100001001101110001110100000010011101000100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302638; }

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

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

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

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

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

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

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

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