#382242

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

Shades of Blackcurrant #382242

Tints of Blackcurrant #382242

Color information

#382242 (or 0x382242) is unknown color: approx Blackcurrant. HEX triplet: 38, 22 and 42. RGB value is (56,34,66). Sum of RGB (Red+Green+Blue) = 56+34+66=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #382242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382242 is #C7DDBD. Grayscale: #2C2C2C. Windows color (decimal): -13098430 or 4334136. OLE color: 4334136.

HSL color Cylindrical-coordinate representation of color #382242: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #382242 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB563466-
CMYK0.150.4800.74
HSL281.25º32%19.61%-
HSV(B)281.25º48.48%25.88%-
XYZ3.192.385.45-
YUV44.23140.29136.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=35.90%
G=21.79%
B=42.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5634660.150.4800.74281.253219.61
Hex382242F3004A1192014
Octal7042102176001124314024
Binary111000100010100001011111100000100101010001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382242; }

 p { color: rgb(56,34,66); }

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

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

 a { background-color: rgb(56,34,66); }

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

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

 span { border-color: rgb(56,34,66); }

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