#382343

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

Shades of Blackcurrant #382343

Tints of Blackcurrant #382343

Color information

#382343 (or 0x382343) is unknown color: approx Blackcurrant. HEX triplet: 38, 23 and 43. RGB value is (56,35,67). Sum of RGB (Red+Green+Blue) = 56+35+67=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #382343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382343 is #C7DCBC. Grayscale: #2C2C2C. Windows color (decimal): -13098173 or 4399928. OLE color: 4399928.

HSL color Cylindrical-coordinate representation of color #382343: hue angle of 279.38º degrees, saturation: 0.31, 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 #382343 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB563567-
CMYK0.160.4800.74
HSL279.38º31.37%20%-
HSV(B)279.38º47.76%26.27%-
XYZ3.252.455.61-
YUV44.93140.46135.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=35.44%
G=22.15%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5635670.160.4800.74279.3831.3720
Hex382343103004A1171f14
Octal7043103206001124273724
Binary111000100011100001110000110000010010101000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382343; }

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

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

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

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

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

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

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

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