Html Css Color HEX #381747 Blackcurrant

📋 copy color: '#381747'

red 56 ◦ green 23 ◦ blue 71

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

Shades of Blackcurrant #381747

Tints of Blackcurrant #381747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 37.33%
G = 15.33%
B = 47.33%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381747 (or 0x381747) is known color: Blackcurrant. HEX triplet: 38, 17 and 47. RGB value is (56,23,71). Sum of RGB (Red+Green+Blue) = 56+23+71=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #381747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381747 is #C7E8B8. Grayscale: #262626. Windows color (decimal): -13101241 or 4659000. OLE color: 4659000.

HSL color Cylindrical-coordinate representation of color #381747: hue angle of 281.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381747 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 23 71 -
CMYK 0.21 0.68 0 0.72
HSL 281.25º 0.51% 0.18% -
HSV(B) 281.25º 0.68% 0.28% -
XYZ 3.07 1.91 6.17 -
YUV 38.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 56 23 71 0.21 0.68 0 0.72 281.25 0.51 0.18
Hex 38 17 47 15 44 0 48 119 33 12
Octal 70 27 107 25 104 0 110 431 63 22
Binary 111000 10111 1000111 10101 1000100 0 1001000 100011001 110011 10010

Color Harmonies of #381747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381747

Black with #381747

Text Example


Text Example

White with #381747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381747; }

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

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

background-color css

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

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

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

border-color css

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

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

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