Html Css Color HEX #381B47 Blackcurrant

📋 copy color: '#381B47'

red 56 ◦ green 27 ◦ blue 71

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

Shades of Blackcurrant #381B47

Tints of Blackcurrant #381B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.53%

 BLUE value IS 71 (28.13% from 255) = 46.1%

R = 36.36%
G = 17.53%
B = 46.1%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381B47 (or 0x381B47) is known color: Blackcurrant. HEX triplet: 38, 1B and 47. RGB value is (56,27,71). Sum of RGB (Red+Green+Blue) = 56+27+71=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #381B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B47 is #C7E4B8. Grayscale: #282828. Windows color (decimal): -13100217 or 4660024. OLE color: 4660024.

HSL color Cylindrical-coordinate representation of color #381B47: hue angle of 279.55º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381B47 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 27 71 -
CMYK 0.21 0.62 0 0.72
HSL 279.55º 0.45% 0.19% -
HSV(B) 279.55º 0.62% 0.28% -
XYZ 3.16 2.08 6.2 -
YUV 40.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 56 27 71 0.21 0.62 0 0.72 279.55 0.45 0.19
Hex 38 1B 47 15 3E 0 48 118 2D 13
Octal 70 33 107 25 76 0 110 430 55 23
Binary 111000 11011 1000111 10101 111110 0 1001000 100011000 101101 10011

Color Harmonies of #381B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B47

Black with #381B47

Text Example


Text Example

White with #381B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,71); }

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

background-color css

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

 a { background-color: rgb(56,27,71); }

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

border-color css

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

 span { border-color: rgb(56,27,71); }

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