#381248

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

Shades of Blackcurrant #381248

Tints of Blackcurrant #381248

Color information

#381248 (or 0x381248) is unknown color: approx Blackcurrant. HEX triplet: 38, 12 and 48. RGB value is (56,18,72). Sum of RGB (Red+Green+Blue) = 56+18+72=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #381248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381248 is #C7EDB7. Grayscale: #232323. Windows color (decimal): -13102520 or 4723256. OLE color: 4723256.

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

Color convert

RGB561872-
CMYK0.220.7500.72
HSL282.22º60%17.65%-
HSV(B)282.22º75%28.24%-
XYZ3.021.746.31-
YUV35.52148.59142.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=38.36%
G=12.33%
B=49.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5618720.220.7500.72282.226017.65
Hex381248164B04811a3c12
Octal70221102611301104327422
Binary1110001001010010001011010010110100100010001101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381248; }

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

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

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

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

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

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

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

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