#302434

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

Shades of Blackcurrant #302434

Tints of Blackcurrant #302434

Color information

#302434 (or 0x302434) is unknown color: approx Blackcurrant. HEX triplet: 30, 24 and 34. RGB value is (48,36,52). Sum of RGB (Red+Green+Blue) = 48+36+52=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #302434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302434 is #CFDBCB. Grayscale: #292929. Windows color (decimal): -13622220 or 3417136. OLE color: 3417136.

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

Color convert

RGB483652-
CMYK0.080.3100.80
HSL285º18.18%17.25%-
HSV(B)285º30.77%20.39%-
XYZ2.472.143.53-
YUV41.41133.98132.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4836520.080.3100.8028518.1817.25
Hex30243481F05011d1211
Octal604464103701204352221
Binary110000100100110100100011111010100001000111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302434; }

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

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

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

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

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

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

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

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