#38213E

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

Shades of Blackcurrant #38213E

Tints of Blackcurrant #38213E

Color information

#38213E (or 0x38213E) is unknown color: approx Blackcurrant. HEX triplet: 38, 21 and 3E. RGB value is (56,33,62). Sum of RGB (Red+Green+Blue) = 56+33+62=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 62 - color contains mainly: blue. Hex color #38213E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38213E is #C7DEC1. Grayscale: #2B2B2B. Windows color (decimal): -13098690 or 4071736. OLE color: 4071736.

HSL color Cylindrical-coordinate representation of color #38213E: hue angle of 287.59º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38213E is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB563362-
CMYK0.100.4700.76
HSL287.59º30.53%18.63%-
HSV(B)287.59º46.77%24.31%-
XYZ3.042.284.84-
YUV43.18138.62137.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=37.09%
G=21.85%
B=41.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5633620.100.4700.76287.5930.5318.63
Hex38213EA2F04C1201f13
Octal704176125701144403723
Binary1110001000011111101010101111010011001001000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38213E; }

 p { color: rgb(56,33,62); }

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

<style>
 a { background-color: #38213E; }

 a { background-color: rgb(56,33,62); }

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

<style>
 span { border-color: #38213E; }

 span { border-color: rgb(56,33,62); }

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