#3B0748

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

Shades of Blackcurrant #3B0748

Tints of Blackcurrant #3B0748

Color information

#3B0748 (or 0x3B0748) is unknown color: approx Blackcurrant. HEX triplet: 3B, 07 and 48. RGB value is (59,7,72). Sum of RGB (Red+Green+Blue) = 59+7+72=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0748 is #C4F8B7. Grayscale: #1D1D1D. Windows color (decimal): -12908728 or 4720443. OLE color: 4720443.

HSL color Cylindrical-coordinate representation of color #3B0748: hue angle of 288º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0748 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB59772-
CMYK0.180.9000.72
HSL288º82.28%15.49%-
HSV(B)288º90.28%28.24%-
XYZ3.051.556.27-
YUV29.96151.73148.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=42.75%
G=5.07%
B=52.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal597720.180.9000.7228882.2815.49
Hex3B748125A04812052f
Octal73711022132011044012217
Binary11101111110010001001010110100100100010010000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,7,72); }

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

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

 a { background-color: rgb(59,7,72); }

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

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

 span { border-color: rgb(59,7,72); }

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