#381252

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

Shades of Blackcurrant #381252

Tints of Blackcurrant #381252

Color information

#381252 (or 0x381252) is unknown color: approx Blackcurrant. HEX triplet: 38, 12 and 52. RGB value is (56,18,82). Sum of RGB (Red+Green+Blue) = 56+18+82=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #381252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381252 is #C7EDAD. Grayscale: #242424. Windows color (decimal): -13102510 or 5378616. OLE color: 5378616.

HSL color Cylindrical-coordinate representation of color #381252: hue angle of 275.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381252 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB561882-
CMYK0.320.7800.68
HSL275.62º64%19.61%-
HSV(B)275.62º78.05%32.16%-
XYZ3.371.888.17-
YUV36.66153.59141.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=35.90%
G=11.54%
B=52.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5618820.320.7800.68275.626419.61
Hex381252204E0441144014
Octal702212240116010442410024
Binary111000100101010010100000100111001000100100010100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381252; }

 p { color: rgb(56,18,82); }

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

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

 a { background-color: rgb(56,18,82); }

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

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

 span { border-color: rgb(56,18,82); }

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