#351B3F

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

Shades of Blackcurrant #351B3F

Tints of Blackcurrant #351B3F

Color information

#351B3F (or 0x351B3F) is unknown color: approx Blackcurrant. HEX triplet: 35, 1B and 3F. RGB value is (53,27,63). Sum of RGB (Red+Green+Blue) = 53+27+63=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #351B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B3F is #CAE4C0. Grayscale: #262626. Windows color (decimal): -13296833 or 4135733. OLE color: 4135733.

HSL color Cylindrical-coordinate representation of color #351B3F: hue angle of 283.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #351B3F is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB532763-
CMYK0.160.5700.75
HSL283.33º40%17.65%-
HSV(B)283.33º57.14%24.71%-
XYZ2.761.94.92-
YUV38.88141.61138.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 63 (25% from 255) = 44.06%
R=37.06%
G=18.88%
B=44.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5327630.160.5700.75283.334017.65
Hex351B3F103904B11b2812
Octal653377207101134335022
Binary11010111011111111100001110010100101110001101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351B3F; }

 p { color: rgb(53,27,63); }

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

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

 a { background-color: rgb(53,27,63); }

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

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

 span { border-color: rgb(53,27,63); }

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