#38203F

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

Shades of Blackcurrant #38203F

Tints of Blackcurrant #38203F

Color information

#38203F (or 0x38203F) is unknown color: approx Blackcurrant. HEX triplet: 38, 20 and 3F. RGB value is (56,32,63). Sum of RGB (Red+Green+Blue) = 56+32+63=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #38203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38203F is #C7DFC0. Grayscale: #2A2A2A. Windows color (decimal): -13098945 or 4137016. OLE color: 4137016.

HSL color Cylindrical-coordinate representation of color #38203F: hue angle of 286.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38203F is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB563263-
CMYK0.110.4900.75
HSL286.45º32.63%18.63%-
HSV(B)286.45º49.21%24.71%-
XYZ3.042.234.97-
YUV42.71139.45137.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 63 (25% from 255) = 41.72%
R=37.09%
G=21.19%
B=41.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5632630.110.4900.75286.4532.6318.63
Hex38203FB3104B11e2113
Octal704077136101134364123
Binary11100010000011111110111100010100101110001111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,32,63); }

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

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

 a { background-color: rgb(56,32,63); }

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

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

 span { border-color: rgb(56,32,63); }

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