#38103F

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

Shades of Blackcurrant #38103F

Tints of Blackcurrant #38103F

Color information

#38103F (or 0x38103F) is unknown color: approx Blackcurrant. HEX triplet: 38, 10 and 3F. RGB value is (56,16,63). Sum of RGB (Red+Green+Blue) = 56+16+63=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #38103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38103F is #C7EFC0. Grayscale: #212121. Windows color (decimal): -13103041 or 4132920. OLE color: 4132920.

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

Color convert

RGB561663-
CMYK0.110.7500.75
HSL291.06º59.49%15.49%-
HSV(B)291.06º74.6%24.71%-
XYZ2.711.574.86-
YUV33.32144.75144.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 63 (25% from 255) = 46.67%
R=41.48%
G=11.85%
B=46.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5616630.110.7500.75291.0659.4915.49
Hex38103FB4B04B1233bf
Octal7020771311301134437317
Binary1110001000011111110111001011010010111001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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