Html Css Color HEX #381A4C Blackcurrant

📋 copy color: '#381A4C'

red 56 ◦ green 26 ◦ blue 76

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

Shades of Blackcurrant #381A4C

Tints of Blackcurrant #381A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.1%

R = 35.44%
G = 16.46%
B = 48.1%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#381A4C (or 0x381A4C) is known color: Blackcurrant. HEX triplet: 38, 1A and 4C. RGB value is (56,26,76). Sum of RGB (Red+Green+Blue) = 56+26+76=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #381A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A4C is #C7E5B3. Grayscale: #282828. Windows color (decimal): -13100468 or 4987448. OLE color: 4987448.

HSL color Cylindrical-coordinate representation of color #381A4C: hue angle of 276º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381A4C is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 26 76 -
CMYK 0.26 0.66 0 0.70
HSL 276º 0.49% 0.2% -
HSV(B) 276º 0.66% 0.3% -
XYZ 3.3 2.1 7.07 -
YUV 40.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 56 26 76 0.26 0.66 0 0.70 276 0.49 0.2
Hex 38 1A 4C 1A 42 0 46 114 31 14
Octal 70 32 114 32 102 0 106 424 61 24
Binary 111000 11010 1001100 11010 1000010 0 1000110 100010100 110001 10100

Color Harmonies of #381A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A4C

Black with #381A4C

Text Example


Text Example

White with #381A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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