#302534

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

Shades of Blackcurrant #302534

Tints of Blackcurrant #302534

Color information

#302534 (or 0x302534) is unknown color: approx Blackcurrant. HEX triplet: 30, 25 and 34. RGB value is (48,37,52). Sum of RGB (Red+Green+Blue) = 48+37+52=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #302534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302534 is #CFDACB. Grayscale: #292929. Windows color (decimal): -13621964 or 3417392. OLE color: 3417392.

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

Color convert

RGB483752-
CMYK0.080.2900.80
HSL284º16.85%17.45%-
HSV(B)284º28.85%20.39%-
XYZ2.52.23.54-
YUV42133.64132.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 52 (20.70% from 255) = 37.96%
R=35.04%
G=27.01%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4837520.080.2900.8028416.8517.45
Hex30253481D05011c1111
Octal604564103501204342121
Binary110000100101110100100011101010100001000111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302534; }

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

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

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

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

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

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

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

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