Html Css Color HEX #381146 Blackcurrant

📋 copy color: '#381146'

red 56 ◦ green 17 ◦ blue 70

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

Shades of Blackcurrant #381146

Tints of Blackcurrant #381146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

 BLUE value IS 70 (27.73% from 255) = 48.95%

R = 39.16%
G = 11.89%
B = 48.95%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381146 (or 0x381146) is known color: Blackcurrant. HEX triplet: 38, 11 and 46. RGB value is (56,17,70). Sum of RGB (Red+Green+Blue) = 56+17+70=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #381146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381146 is #C7EEB9. Grayscale: #222222. Windows color (decimal): -13102778 or 4591928. OLE color: 4591928.

HSL color Cylindrical-coordinate representation of color #381146: hue angle of 284.15º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381146 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 17 70 -
CMYK 0.20 0.76 0 0.73
HSL 284.15º 0.61% 0.17% -
HSV(B) 284.15º 0.76% 0.27% -
XYZ 2.94 1.68 5.96 -
YUV 34.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 56 17 70 0.20 0.76 0 0.73 284.15 0.61 0.17
Hex 38 11 46 14 4C 0 49 11C 3D 11
Octal 70 21 106 24 114 0 111 434 75 21
Binary 111000 10001 1000110 10100 1001100 0 1001001 100011100 111101 10001

Color Harmonies of #381146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381146

Black with #381146

Text Example


Text Example

White with #381146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381146; }

 p { color: rgb(56,17,70); }

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

background-color css

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

 a { background-color: rgb(56,17,70); }

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

border-color css

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

 span { border-color: rgb(56,17,70); }

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