#382441

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

Shades of Blackcurrant #382441

Tints of Blackcurrant #382441

Color information

#382441 (or 0x382441) is unknown color: approx Blackcurrant. HEX triplet: 38, 24 and 41. RGB value is (56,36,65). Sum of RGB (Red+Green+Blue) = 56+36+65=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #382441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382441 is #C7DBBE. Grayscale: #2D2D2D. Windows color (decimal): -13097919 or 4269112. OLE color: 4269112.

HSL color Cylindrical-coordinate representation of color #382441: hue angle of 281.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #382441 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB563665-
CMYK0.140.4500.75
HSL281.38º28.71%19.8%-
HSV(B)281.38º44.62%25.49%-
XYZ3.222.485.31-
YUV45.29139.13135.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=35.67%
G=22.93%
B=41.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5636650.140.4500.75281.3828.7119.8
Hex382441E2D04B1191d14
Octal7044101165501134313524
Binary11100010010010000011110101101010010111000110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382441; }

 p { color: rgb(56,36,65); }

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

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

 a { background-color: rgb(56,36,65); }

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

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

 span { border-color: rgb(56,36,65); }

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