#38253F

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

Shades of Blackcurrant #38253F

Tints of Blackcurrant #38253F

Color information

#38253F (or 0x38253F) is unknown color: approx Blackcurrant. HEX triplet: 38, 25 and 3F. RGB value is (56,37,63). Sum of RGB (Red+Green+Blue) = 56+37+63=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #38253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38253F is #C7DAC0. Grayscale: #2D2D2D. Windows color (decimal): -13097665 or 4138296. OLE color: 4138296.

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

Color convert

RGB563763-
CMYK0.110.4100.75
HSL283.85º26%19.61%-
HSV(B)283.85º41.27%24.71%-
XYZ3.192.525.02-
YUV45.64137.79135.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 63 (25% from 255) = 40.38%
R=35.90%
G=23.72%
B=40.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5637630.110.4100.75283.852619.61
Hex38253FB2904B11c1a14
Octal704577135101134343224
Binary1110001001011111111011101001010010111000111001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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