#38134B

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

Shades of Blackcurrant #38134B

Tints of Blackcurrant #38134B

Color information

#38134B (or 0x38134B) is unknown color: approx Blackcurrant. HEX triplet: 38, 13 and 4B. RGB value is (56,19,75). Sum of RGB (Red+Green+Blue) = 56+19+75=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #38134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38134B is #C7ECB4. Grayscale: #242424. Windows color (decimal): -13102261 or 4920120. OLE color: 4920120.

HSL color Cylindrical-coordinate representation of color #38134B: hue angle of 279.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38134B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB561975-
CMYK0.250.7500.71
HSL279.64º59.57%18.43%-
HSV(B)279.64º74.67%29.41%-
XYZ3.131.816.84-
YUV36.45149.76141.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 75 (29.69% from 255) = 50%
R=37.33%
G=12.67%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5619750.250.7500.71279.6459.5718.43
Hex38134B194B0471183c12
Octal70231133111301074307422
Binary1110001001110010111100110010110100011110001100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38134B; }

 p { color: rgb(56,19,75); }

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

<style>
 a { background-color: #38134B; }

 a { background-color: rgb(56,19,75); }

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

<style>
 span { border-color: #38134B; }

 span { border-color: rgb(56,19,75); }

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