#38034B

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

Shades of Blackcurrant #38034B

Tints of Blackcurrant #38034B

Color information

#38034B (or 0x38034B) is unknown color: approx Blackcurrant. HEX triplet: 38, 03 and 4B. RGB value is (56,3,75). Sum of RGB (Red+Green+Blue) = 56+3+75=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #38034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38034B is #C7FCB4. Grayscale: #1A1A1A. Windows color (decimal): -13106357 or 4916024. OLE color: 4916024.

HSL color Cylindrical-coordinate representation of color #38034B: hue angle of 284.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38034B is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56375-
CMYK0.250.9600.71
HSL284.17º92.31%15.29%-
HSV(B)284.17º96%29.41%-
XYZ2.931.416.77-
YUV27.06155.06148.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 75 (29.69% from 255) = 55.97%
R=41.79%
G=2.24%
B=55.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal563750.250.9600.71284.1792.3115.29
Hex3834B196004711c5cf
Octal70311331140010743413417
Binary1110001110010111100111000000100011110001110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38034B; }

 p { color: rgb(56,3,75); }

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

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

 a { background-color: rgb(56,3,75); }

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

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

 span { border-color: rgb(56,3,75); }

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