#302733

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

Shades of Blackcurrant #302733

Tints of Blackcurrant #302733

Color information

#302733 (or 0x302733) is unknown color: approx Blackcurrant. HEX triplet: 30, 27 and 33. RGB value is (48,39,51). Sum of RGB (Red+Green+Blue) = 48+39+51=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 51 - color contains mainly: blue. Hex color #302733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302733 is #CFD8CC. Grayscale: #2B2B2B. Windows color (decimal): -13621453 or 3352368. OLE color: 3352368.

HSL color Cylindrical-coordinate representation of color #302733: hue angle of 285º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #302733 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB483951-
CMYK0.060.2400.8
HSL285º13.33%17.65%-
HSV(B)285º23.53%20%-
XYZ2.542.323.45-
YUV43.06132.48131.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 39 (15.62% from 255) = 28.26%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=34.78%
G=28.26%
B=36.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4839510.060.2400.828513.3317.65
Hex30273361805011dd12
Octal60476363001204351522
Binary1100001001111100111101100001010000100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302733; }

 p { color: rgb(48,39,51); }

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

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

 a { background-color: rgb(48,39,51); }

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

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

 span { border-color: rgb(48,39,51); }

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