#38084F

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

Shades of Blackcurrant #38084F

Tints of Blackcurrant #38084F

Color information

#38084F (or 0x38084F) is unknown color: approx Blackcurrant. HEX triplet: 38, 08 and 4F. RGB value is (56,8,79). Sum of RGB (Red+Green+Blue) = 56+8+79=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #38084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38084F is #C7F7B0. Grayscale: #1E1E1E. Windows color (decimal): -13105073 or 5179448. OLE color: 5179448.

HSL color Cylindrical-coordinate representation of color #38084F: hue angle of 280.56º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38084F is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB56879-
CMYK0.290.9000.69
HSL280.56º81.61%17.06%-
HSV(B)280.56º89.87%30.98%-
XYZ3.131.587.54-
YUV30.45155.4146.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 79 (31.25% from 255) = 55.24%
R=39.16%
G=5.59%
B=55.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal568790.290.9000.69280.5681.6117.06
Hex3884F1D5A0451195211
Octal701011735132010543112221
Binary1110001000100111111101101101001000101100011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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