#381A43

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

Shades of Blackcurrant #381A43

Tints of Blackcurrant #381A43

Color information

#381A43 (or 0x381A43) is unknown color: approx Blackcurrant. HEX triplet: 38, 1A and 43. RGB value is (56,26,67). Sum of RGB (Red+Green+Blue) = 56+26+67=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #381A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A43 is #C7E5BC. Grayscale: #272727. Windows color (decimal): -13100477 or 4397624. OLE color: 4397624.

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

Color convert

RGB562667-
CMYK0.160.6100.74
HSL283.9º44.09%18.24%-
HSV(B)283.9º61.19%26.27%-
XYZ3.011.985.53-
YUV39.64143.44139.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=37.58%
G=17.45%
B=44.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5626670.160.6100.74283.944.0918.24
Hex381A43103D04A11c2c12
Octal7032103207501124345422
Binary111000110101000011100001111010100101010001110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A43; }

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

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

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

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

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

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

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

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