#3B034D

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

Shades of Blackcurrant #3B034D

Tints of Blackcurrant #3B034D

Color information

#3B034D (or 0x3B034D) is unknown color: approx Blackcurrant. HEX triplet: 3B, 03 and 4D. RGB value is (59,3,77). Sum of RGB (Red+Green+Blue) = 59+3+77=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B034D is #C4FCB2. Grayscale: #1B1B1B. Windows color (decimal): -12909747 or 5047099. OLE color: 5047099.

HSL color Cylindrical-coordinate representation of color #3B034D: hue angle of 285.41º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B034D is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB59377-
CMYK0.230.9600.70
HSL285.41º92.5%15.69%-
HSV(B)285.41º96.1%30.2%-
XYZ3.181.537.15-
YUV28.18155.55149.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.45%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=42.45%
G=2.16%
B=55.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal593770.230.9600.70285.4192.515.69
Hex3B34D176004611d5c10
Octal73311527140010643513420
Binary11101111100110110111110000001000110100011101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,77); }

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

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

 a { background-color: rgb(59,3,77); }

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

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

 span { border-color: rgb(59,3,77); }

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