Html Css Color HEX #381040 Blackcurrant

📋 copy color: '#381040'

red 56 ◦ green 16 ◦ blue 64

#381040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #381040

Tints of Blackcurrant #381040

RGB

 RED value IS 56 (22.27% from 255) = 41.18%

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 64 (25.39% from 255) = 47.06%

R = 41.18%
G = 11.76%
B = 47.06%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381040 (or 0x381040) is known color: Blackcurrant. HEX triplet: 38, 10 and 40. RGB value is (56,16,64). Sum of RGB (Red+Green+Blue) = 56+16+64=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #381040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381040 is #C7EFBF. Grayscale: #212121. Windows color (decimal): -13103040 or 4198456. OLE color: 4198456.

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

Color convert

RGB 56 16 64 -
CMYK 0.13 0.75 0 0.75
HSL 290º 0.6% 0.16% -
HSV(B) 290º 0.75% 0.25% -
XYZ 2.74 1.58 5.01 -
YUV 33.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 56 16 64 0.13 0.75 0 0.75 290 0.6 0.16
Hex 38 10 40 D 4B 0 4B 122 3C 10
Octal 70 20 100 15 113 0 113 442 74 20
Binary 111000 10000 1000000 1101 1001011 0 1001011 100100010 111100 10000

Color Harmonies of #381040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381040

Black with #381040

Text Example


Text Example

White with #381040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381040; }

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

 H1.HeaderClassName
 {
   color: #381040;
 }
 .AnyTagClassName
 {
   color: #381040;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #381040;
 }
 .BgClassName
 {
   background-color: #381040;
 }
</style>

border-color css

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

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

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