#38054F

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

Shades of Blackcurrant #38054F

Tints of Blackcurrant #38054F

Color information

#38054F (or 0x38054F) is unknown color: approx Blackcurrant. HEX triplet: 38, 05 and 4F. RGB value is (56,5,79). Sum of RGB (Red+Green+Blue) = 56+5+79=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #38054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38054F is #C7FAB0. Grayscale: #1C1C1C. Windows color (decimal): -13105841 or 5178680. OLE color: 5178680.

HSL color Cylindrical-coordinate representation of color #38054F: hue angle of 281.35º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38054F is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB56579-
CMYK0.290.9400.69
HSL281.35º88.1%16.47%-
HSV(B)281.35º93.67%30.98%-
XYZ3.11.517.53-
YUV28.68156.4147.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 79 (31.25% from 255) = 56.43%
R=40%
G=3.57%
B=56.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal565790.290.9400.69281.3588.116.47
Hex3854F1D5E0451195810
Octal70511735136010543113020
Binary111000101100111111101101111001000101100011001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38054F; }

 p { color: rgb(56,5,79); }

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

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

 a { background-color: rgb(56,5,79); }

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

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

 span { border-color: rgb(56,5,79); }

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