Html Css Color HEX #381346 Blackcurrant

📋 copy color: '#381346'

red 56 ◦ green 19 ◦ blue 70

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

Shades of Blackcurrant #381346

Tints of Blackcurrant #381346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

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

R = 38.62%
G = 13.1%
B = 48.28%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#381346 (or 0x381346) is known color: Blackcurrant. HEX triplet: 38, 13 and 46. RGB value is (56,19,70). Sum of RGB (Red+Green+Blue) = 56+19+70=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #381346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381346 is #C7ECB9. Grayscale: #232323. Windows color (decimal): -13102266 or 4592440. OLE color: 4592440.

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

Color convert

RGB 56 19 70 -
CMYK 0.20 0.73 0 0.73
HSL 283.53º 0.57% 0.17% -
HSV(B) 283.53º 0.73% 0.27% -
XYZ 2.97 1.75 5.98 -
YUV 35.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 56 19 70 0.20 0.73 0 0.73 283.53 0.57 0.17
Hex 38 13 46 14 49 0 49 11C 39 11
Octal 70 23 106 24 111 0 111 434 71 21
Binary 111000 10011 1000110 10100 1001001 0 1001001 100011100 111001 10001

Color Harmonies of #381346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381346

Black with #381346

Text Example


Text Example

White with #381346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381346; }

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

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

background-color css

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

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

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

border-color css

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

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

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