Html Css Color HEX #381A4A Blackcurrant

📋 copy color: '#381A4A'

red 56 ◦ green 26 ◦ blue 74

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

Shades of Blackcurrant #381A4A

Tints of Blackcurrant #381A4A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.67%

 BLUE value IS 74 (29.3% from 255) = 47.44%

R = 35.9%
G = 16.67%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#381A4A (or 0x381A4A) is known color: Blackcurrant. HEX triplet: 38, 1A and 4A. RGB value is (56,26,74). Sum of RGB (Red+Green+Blue) = 56+26+74=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #381A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A4A is #C7E5B5. Grayscale: #282828. Windows color (decimal): -13100470 or 4856376. OLE color: 4856376.

HSL color Cylindrical-coordinate representation of color #381A4A: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #381A4A is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 26 74 -
CMYK 0.24 0.65 0 0.71
HSL 277.5º 0.48% 0.2% -
HSV(B) 277.5º 0.65% 0.29% -
XYZ 3.24 2.07 6.71 -
YUV 40.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 56 26 74 0.24 0.65 0 0.71 277.5 0.48 0.2
Hex 38 1A 4A 18 41 0 47 116 30 14
Octal 70 32 112 30 101 0 107 426 60 24
Binary 111000 11010 1001010 11000 1000001 0 1000111 100010110 110000 10100

Color Harmonies of #381A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A4A

Black with #381A4A

Text Example


Text Example

White with #381A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381A4A; }

 p { color: rgb(56,26,74); }

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

background-color css

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

 a { background-color: rgb(56,26,74); }

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

border-color css

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

 span { border-color: rgb(56,26,74); }

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