#381348

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

Shades of Blackcurrant #381348

Tints of Blackcurrant #381348

Color information

#381348 (or 0x381348) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 48. RGB value is (56,19,72). Sum of RGB (Red+Green+Blue) = 56+19+72=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #381348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381348 is #C7ECB7. Grayscale: #232323. Windows color (decimal): -13102264 or 4723512. OLE color: 4723512.

HSL color Cylindrical-coordinate representation of color #381348: hue angle of 281.89º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #381348 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB561972-
CMYK0.220.7400.72
HSL281.89º58.24%17.84%-
HSV(B)281.89º73.61%28.24%-
XYZ3.031.776.31-
YUV36.1148.26142.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=38.10%
G=12.93%
B=48.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5619720.220.7400.72281.8958.2417.84
Hex381348164A04811a3a12
Octal70231102611201104327222
Binary1110001001110010001011010010100100100010001101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381348; }

 p { color: rgb(56,19,72); }

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

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

 a { background-color: rgb(56,19,72); }

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

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

 span { border-color: rgb(56,19,72); }

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