#3B0952

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

Shades of Blackcurrant #3B0952

Tints of Blackcurrant #3B0952

Color information

#3B0952 (or 0x3B0952) is unknown color: approx Blackcurrant. HEX triplet: 3B, 09 and 52. RGB value is (59,9,82). Sum of RGB (Red+Green+Blue) = 59+9+82=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B0952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0952 is #C4F6AD. Grayscale: #202020. Windows color (decimal): -12908206 or 5376315. OLE color: 5376315.

HSL color Cylindrical-coordinate representation of color #3B0952: hue angle of 281.1º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B0952 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB59982-
CMYK0.280.8900.68
HSL281.1º80.22%17.84%-
HSV(B)281.1º89.02%32.16%-
XYZ3.421.738.14-
YUV32.27156.06147.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 82 (32.42% from 255) = 54.67%
R=39.33%
G=6%
B=54.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal599820.280.8900.68281.180.2217.84
Hex3B9521C590441195012
Octal731112234131010443112022
Binary1110111001101001011100101100101000100100011001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,82); }

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

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

 a { background-color: rgb(59,9,82); }

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

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

 span { border-color: rgb(59,9,82); }

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