#38223F

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

Shades of Blackcurrant #38223F

Tints of Blackcurrant #38223F

Color information

#38223F (or 0x38223F) is unknown color: approx Blackcurrant. HEX triplet: 38, 22 and 3F. RGB value is (56,34,63). Sum of RGB (Red+Green+Blue) = 56+34+63=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #38223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38223F is #C7DDC0. Grayscale: #2B2B2B. Windows color (decimal): -13098433 or 4137528. OLE color: 4137528.

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

Color convert

RGB563463-
CMYK0.110.4600.75
HSL285.52º29.9%19.02%-
HSV(B)285.52º46.03%24.71%-
XYZ3.12.344.99-
YUV43.88138.79136.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 63 (25% from 255) = 41.18%
R=36.60%
G=22.22%
B=41.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5634630.110.4600.75285.5229.919.02
Hex38223FB2E04B11e1e13
Octal704277135601134363623
Binary1110001000101111111011101110010010111000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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