#302334

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

Shades of Blackcurrant #302334

Tints of Blackcurrant #302334

Color information

#302334 (or 0x302334) is unknown color: approx Blackcurrant. HEX triplet: 30, 23 and 34. RGB value is (48,35,52). Sum of RGB (Red+Green+Blue) = 48+35+52=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: blue. Hex color #302334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302334 is #CFDCCB. Grayscale: #282828. Windows color (decimal): -13622476 or 3416880. OLE color: 3416880.

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

Color convert

RGB483552-
CMYK0.080.3300.80
HSL285.88º19.54%17.06%-
HSV(B)285.88º32.69%20.39%-
XYZ2.442.083.52-
YUV40.82134.31133.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=35.56%
G=25.93%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4835520.080.3300.80285.8819.5417.06
Hex30233482105011e1411
Octal604364104101204362421
Binary1100001000111101001000100001010100001000111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302334; }

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

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

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

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

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

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

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

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