#382145

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

Shades of Blackcurrant #382145

Tints of Blackcurrant #382145

Color information

#382145 (or 0x382145) is unknown color: approx Blackcurrant. HEX triplet: 38, 21 and 45. RGB value is (56,33,69). Sum of RGB (Red+Green+Blue) = 56+33+69=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 69 - color contains mainly: blue. Hex color #382145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382145 is #C7DEBA. Grayscale: #2B2B2B. Windows color (decimal): -13098683 or 4530488. OLE color: 4530488.

HSL color Cylindrical-coordinate representation of color #382145: hue angle of 278.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #382145 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB563369-
CMYK0.190.5200.73
HSL278.33º35.29%20%-
HSV(B)278.33º52.17%27.06%-
XYZ3.252.365.91-
YUV43.98142.12136.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=35.44%
G=20.89%
B=43.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5633690.190.5200.73278.3335.2920
Hex38214513340491162314
Octal7041105236401114264324
Binary1110001000011000101100111101000100100110001011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382145; }

 p { color: rgb(56,33,69); }

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

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

 a { background-color: rgb(56,33,69); }

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

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

 span { border-color: rgb(56,33,69); }

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