#302934

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

Shades of Blackcurrant #302934

Tints of Blackcurrant #302934

Color information

#302934 (or 0x302934) is unknown color: approx Blackcurrant. HEX triplet: 30, 29 and 34. RGB value is (48,41,52). Sum of RGB (Red+Green+Blue) = 48+41+52=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #302934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302934 is #CFD6CB. Grayscale: #2C2C2C. Windows color (decimal): -13620940 or 3418416. OLE color: 3418416.

HSL color Cylindrical-coordinate representation of color #302934: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #302934 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB484152-
CMYK0.080.2100.80
HSL278.18º11.83%18.24%-
HSV(B)278.18º21.15%20.39%-
XYZ2.632.463.59-
YUV44.35132.32130.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=34.04%
G=29.08%
B=36.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4841520.080.2100.80278.1811.8318.24
Hex302934815050116c12
Octal605164102501204261422
Binary11000010100111010010001010101010000100010110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302934; }

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

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

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

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

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

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

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

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