#380351

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

Shades of Blackcurrant #380351

Tints of Blackcurrant #380351

Color information

#380351 (or 0x380351) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 51. RGB value is (56,3,81). Sum of RGB (Red+Green+Blue) = 56+3+81=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #380351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380351 is #C7FCAE. Grayscale: #1B1B1B. Windows color (decimal): -13106351 or 5309240. OLE color: 5309240.

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

Color convert

RGB56381-
CMYK0.310.9600.68
HSL280.77º92.86%16.47%-
HSV(B)280.77º96.3%31.76%-
XYZ3.151.57.91-
YUV27.74158.06148.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=40%
G=2.14%
B=57.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal563810.310.9600.68280.7792.8616.47
Hex383511F600441195d10
Octal70312137140010443113520
Binary11100011101000111111110000001000100100011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380351; }

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

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

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

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

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

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

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

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