Html Css Color HEX #381A40 Blackcurrant

📋 copy color: '#381A40'

red 56 ◦ green 26 ◦ blue 64

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

Shades of Blackcurrant #381A40

Tints of Blackcurrant #381A40

RGB

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

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

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

R = 38.36%
G = 17.81%
B = 43.84%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381A40 (or 0x381A40) is known color: Blackcurrant. HEX triplet: 38, 1A and 40. RGB value is (56,26,64). Sum of RGB (Red+Green+Blue) = 56+26+64=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #381A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A40 is #C7E5BF. Grayscale: #272727. Windows color (decimal): -13100480 or 4201016. OLE color: 4201016.

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

Color convert

RGB 56 26 64 -
CMYK 0.13 0.59 0 0.75
HSL 287.37º 0.42% 0.18% -
HSV(B) 287.37º 0.59% 0.25% -
XYZ 2.93 1.95 5.07 -
YUV 39.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 56 26 64 0.13 0.59 0 0.75 287.37 0.42 0.18
Hex 38 1A 40 D 3B 0 4B 11F 2A 12
Octal 70 32 100 15 73 0 113 437 52 22
Binary 111000 11010 1000000 1101 111011 0 1001011 100011111 101010 10010

Color Harmonies of #381A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A40

Black with #381A40

Text Example


Text Example

White with #381A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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