#302933

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

Shades of Blackcurrant #302933

Tints of Blackcurrant #302933

Color information

#302933 (or 0x302933) is unknown color: approx Blackcurrant. HEX triplet: 30, 29 and 33. RGB value is (48,41,51). Sum of RGB (Red+Green+Blue) = 48+41+51=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 51 - color contains mainly: blue. Hex color #302933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302933 is #CFD6CC. Grayscale: #2C2C2C. Windows color (decimal): -13620941 or 3352880. OLE color: 3352880.

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

Color convert

RGB484151-
CMYK0.060.2000.8
HSL282º10.87%18.04%-
HSV(B)282º19.61%20%-
XYZ2.612.453.47-
YUV44.23131.82130.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.29%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=34.29%
G=29.29%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4841510.060.2000.828210.8718.04
Hex30293361405011ab12
Octal60516362401204321322
Binary1100001010011100111101010001010000100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302933; }

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

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

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

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

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

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

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

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