#38024B

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

Shades of Blackcurrant #38024B

Tints of Blackcurrant #38024B

Color information

#38024B (or 0x38024B) is unknown color: approx Blackcurrant. HEX triplet: 38, 02 and 4B. RGB value is (56,2,75). Sum of RGB (Red+Green+Blue) = 56+2+75=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #38024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38024B is #C7FDB4. Grayscale: #1A1A1A. Windows color (decimal): -13106613 or 4915768. OLE color: 4915768.

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

Color convert

RGB56275-
CMYK0.250.9700.71
HSL284.38º94.81%15.1%-
HSV(B)284.38º97.33%29.41%-
XYZ2.921.396.77-
YUV26.47155.39149.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=42.11%
G=1.50%
B=56.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal562750.250.9700.71284.3894.8115.1
Hex3824B196104711c5ff
Octal70211331141010743413717
Binary1110001010010111100111000010100011110001110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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