#381043

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

Shades of Blackcurrant #381043

Tints of Blackcurrant #381043

Color information

#381043 (or 0x381043) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 43. RGB value is (56,16,67). Sum of RGB (Red+Green+Blue) = 56+16+67=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #381043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381043 is #C7EFBC. Grayscale: #212121. Windows color (decimal): -13103037 or 4395064. OLE color: 4395064.

HSL color Cylindrical-coordinate representation of color #381043: hue angle of 287.06º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381043 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB561667-
CMYK0.160.7600.74
HSL287.06º61.45%16.27%-
HSV(B)287.06º76.12%26.27%-
XYZ2.831.625.47-
YUV33.77146.75143.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 67 (26.56% from 255) = 48.20%
R=40.29%
G=11.51%
B=48.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5616670.160.7600.74287.0661.4516.27
Hex381043104C04A11f3d10
Octal70201032011401124377520
Binary1110001000010000111000010011000100101010001111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381043; }

 p { color: rgb(56,16,67); }

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

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

 a { background-color: rgb(56,16,67); }

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

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

 span { border-color: rgb(56,16,67); }

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