#38263F

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

Shades of Blackcurrant #38263F

Tints of Blackcurrant #38263F

Color information

#38263F (or 0x38263F) is unknown color: approx Blackcurrant. HEX triplet: 38, 26 and 3F. RGB value is (56,38,63). Sum of RGB (Red+Green+Blue) = 56+38+63=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #38263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38263F is #C7D9C0. Grayscale: #2E2E2E. Windows color (decimal): -13097409 or 4138552. OLE color: 4138552.

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

Color convert

RGB563863-
CMYK0.110.4000.75
HSL283.2º24.75%19.8%-
HSV(B)283.2º39.68%24.71%-
XYZ3.222.595.03-
YUV46.23137.46134.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 63 (25% from 255) = 40.13%
R=35.67%
G=24.20%
B=40.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5638630.110.4000.75283.224.7519.8
Hex38263FB2804B11b1914
Octal704677135001134333124
Binary1110001001101111111011101000010010111000110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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