#382045

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

Shades of Blackcurrant #382045

Tints of Blackcurrant #382045

Color information

#382045 (or 0x382045) is unknown color: approx Blackcurrant. HEX triplet: 38, 20 and 45. RGB value is (56,32,69). Sum of RGB (Red+Green+Blue) = 56+32+69=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #382045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382045 is #C7DFBA. Grayscale: #2B2B2B. Windows color (decimal): -13098939 or 4530232. OLE color: 4530232.

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

Color convert

RGB563269-
CMYK0.190.5400.73
HSL278.92º36.63%19.8%-
HSV(B)278.92º53.62%27.06%-
XYZ3.222.35.91-
YUV43.39142.45136.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=35.67%
G=20.38%
B=43.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5632690.190.5400.73278.9236.6319.8
Hex38204513360491172514
Octal7040105236601114274524
Binary1110001000001000101100111101100100100110001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382045; }

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

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

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

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

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

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

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

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