#380251

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

Shades of Blackcurrant #380251

Tints of Blackcurrant #380251

Color information

#380251 (or 0x380251) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 51. RGB value is (56,2,81). Sum of RGB (Red+Green+Blue) = 56+2+81=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #380251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380251 is #C7FDAE. Grayscale: #1A1A1A. Windows color (decimal): -13106607 or 5308984. OLE color: 5308984.

HSL color Cylindrical-coordinate representation of color #380251: hue angle of 281.01º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380251 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB56281-
CMYK0.310.9800.68
HSL281.01º95.18%16.27%-
HSV(B)281.01º97.53%31.76%-
XYZ3.141.487.9-
YUV27.15158.39148.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=40.29%
G=1.44%
B=58.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal562810.310.9800.68281.0195.1816.27
Hex382511F620441195f10
Octal70212137142010443113720
Binary11100010101000111111110001001000100100011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380251; }

 p { color: rgb(56,2,81); }

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

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

 a { background-color: rgb(56,2,81); }

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

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

 span { border-color: rgb(56,2,81); }

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