#302935

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

Shades of Blackcurrant #302935

Tints of Blackcurrant #302935

Color information

#302935 (or 0x302935) is unknown color: approx Blackcurrant. HEX triplet: 30, 29 and 35. RGB value is (48,41,53). Sum of RGB (Red+Green+Blue) = 48+41+53=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #302935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302935 is #CFD6CA. Grayscale: #2C2C2C. Windows color (decimal): -13620939 or 3483952. OLE color: 3483952.

HSL color Cylindrical-coordinate representation of color #302935: hue angle of 275º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #302935 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB484153-
CMYK0.090.2300.79
HSL275º12.77%18.43%-
HSV(B)275º22.64%20.78%-
XYZ2.652.473.71-
YUV44.46132.82130.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 41 (16.41% from 255) = 28.87%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=33.80%
G=28.87%
B=37.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4841530.090.2300.7927512.7718.43
Hex30293591704F113d12
Octal605165112701174231522
Binary11000010100111010110011011101001111100010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302935; }

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

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

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

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

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

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

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

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