#38263E

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

Shades of Blackcurrant #38263E

Tints of Blackcurrant #38263E

Color information

#38263E (or 0x38263E) is unknown color: approx Blackcurrant. HEX triplet: 38, 26 and 3E. RGB value is (56,38,62). Sum of RGB (Red+Green+Blue) = 56+38+62=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #38263E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38263E is #C7D9C1. Grayscale: #2E2E2E. Windows color (decimal): -13097410 or 4073016. OLE color: 4073016.

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

Color convert

RGB563862-
CMYK0.100.3900.76
HSL285º24%19.61%-
HSV(B)285º38.71%24.31%-
XYZ3.192.574.89-
YUV46.12136.96135.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=35.90%
G=24.36%
B=39.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5638620.100.3900.762852419.61
Hex38263EA2704C11d1814
Octal704676124701144353024
Binary1110001001101111101010100111010011001000111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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