#3B114A

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

Shades of Blackcurrant #3B114A

Tints of Blackcurrant #3B114A

Color information

#3B114A (or 0x3B114A) is unknown color: approx Blackcurrant. HEX triplet: 3B, 11 and 4A. RGB value is (59,17,74). Sum of RGB (Red+Green+Blue) = 59+17+74=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B114A is #C4EEB5. Grayscale: #232323. Windows color (decimal): -12906166 or 4854075. OLE color: 4854075.

HSL color Cylindrical-coordinate representation of color #3B114A: hue angle of 284.21º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B114A is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB591774-
CMYK0.200.7700.71
HSL284.21º62.64%17.84%-
HSV(B)284.21º77.03%29.02%-
XYZ3.241.836.66-
YUV36.06149.41144.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=39.33%
G=11.33%
B=49.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5917740.200.7700.71284.2162.6417.84
Hex3B114A144D04711c3f12
Octal73211122411501074347722
Binary1110111000110010101010010011010100011110001110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,17,74); }

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

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

 a { background-color: rgb(59,17,74); }

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

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

 span { border-color: rgb(59,17,74); }

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