#381843

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

Shades of Blackcurrant #381843

Tints of Blackcurrant #381843

Color information

#381843 (or 0x381843) is unknown color: approx Blackcurrant. HEX triplet: 38, 18 and 43. RGB value is (56,24,67). Sum of RGB (Red+Green+Blue) = 56+24+67=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #381843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381843 is #C7E7BC. Grayscale: #262626. Windows color (decimal): -13100989 or 4397112. OLE color: 4397112.

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

Color convert

RGB562467-
CMYK0.160.6400.74
HSL284.65º47.25%17.84%-
HSV(B)284.65º64.18%26.27%-
XYZ2.971.95.52-
YUV38.47144.1140.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=38.10%
G=16.33%
B=45.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5624670.160.6400.74284.6547.2517.84
Hex381843104004A11d2f12
Octal70301032010001124355722
Binary1110001100010000111000010000000100101010001110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381843; }

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

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

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

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

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

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

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

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