#380053

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

Shades of Blackcurrant #380053

Tints of Blackcurrant #380053

Color information

#380053 (or 0x380053) is unknown color: approx Blackcurrant. HEX triplet: 38, 00 and 53. RGB value is (56,0,83). Sum of RGB (Red+Green+Blue) = 56+0+83=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #380053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380053 is #C7FFAC. Grayscale: #191919. Windows color (decimal): -13107117 or 5439544. OLE color: 5439544.

HSL color Cylindrical-coordinate representation of color #380053: hue angle of 280.48º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380053 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB56083-
CMYK0.33100.67
HSL280.48º100%16.27%-
HSV(B)280.48º100%32.55%-
XYZ3.191.478.3-
YUV26.21160.05149.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=40.29%
G=0%
B=59.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal560830.33100.67280.4810016.27
Hex3805321640431186410
Octal70012341144010343014420
Binary11100001010011100001110010001000011100011000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380053; }

 p { color: rgb(56,0,83); }

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

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

 a { background-color: rgb(56,0,83); }

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

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

 span { border-color: rgb(56,0,83); }

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