Html Css Color HEX #381847 Blackcurrant

📋 copy color: '#381847'

red 56 ◦ green 24 ◦ blue 71

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

Shades of Blackcurrant #381847

Tints of Blackcurrant #381847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

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

R = 37.09%
G = 15.89%
B = 47.02%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381847 (or 0x381847) is known color: Blackcurrant. HEX triplet: 38, 18 and 47. RGB value is (56,24,71). Sum of RGB (Red+Green+Blue) = 56+24+71=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #381847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381847 is #C7E7B8. Grayscale: #262626. Windows color (decimal): -13100985 or 4659256. OLE color: 4659256.

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

Color convert

RGB 56 24 71 -
CMYK 0.21 0.66 0 0.72
HSL 280.85º 0.49% 0.19% -
HSV(B) 280.85º 0.66% 0.28% -
XYZ 3.09 1.95 6.17 -
YUV 38.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 56 24 71 0.21 0.66 0 0.72 280.85 0.49 0.19
Hex 38 18 47 15 42 0 48 119 31 13
Octal 70 30 107 25 102 0 110 431 61 23
Binary 111000 11000 1000111 10101 1000010 0 1001000 100011001 110001 10011

Color Harmonies of #381847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381847

Black with #381847

Text Example


Text Example

White with #381847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381847; }

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

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

background-color css

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

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

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

border-color css

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

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

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