#3B004F

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

Shades of Blackcurrant #3B004F

Tints of Blackcurrant #3B004F

Color information

#3B004F (or 0x3B004F) is unknown color: approx Blackcurrant. HEX triplet: 3B, 00 and 4F. RGB value is (59,0,79). Sum of RGB (Red+Green+Blue) = 59+0+79=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B004F is #C4FFB0. Grayscale: #1A1A1A. Windows color (decimal): -12910513 or 5177403. OLE color: 5177403.

HSL color Cylindrical-coordinate representation of color #3B004F: hue angle of 284.81º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B004F is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB59079-
CMYK0.25100.69
HSL284.81º100%15.49%-
HSV(B)284.81º100%30.98%-
XYZ3.211.497.52-
YUV26.65157.55151.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 57.25%
R=42.75%
G=0%
B=57.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal590790.25100.69284.8110015.49
Hex3B04F196404511d64f
Octal73011731144010543514417
Binary111011010011111100111001000100010110001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B004F; }

 p { color: rgb(59,0,79); }

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

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

 a { background-color: rgb(59,0,79); }

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

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

 span { border-color: rgb(59,0,79); }

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