Html Css Color HEX #381247 Blackcurrant

📋 copy color: '#381247'

red 56 ◦ green 18 ◦ blue 71

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

Shades of Blackcurrant #381247

Tints of Blackcurrant #381247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

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

R = 38.62%
G = 12.41%
B = 48.97%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#381247 (or 0x381247) is known color: Blackcurrant. HEX triplet: 38, 12 and 47. RGB value is (56,18,71). Sum of RGB (Red+Green+Blue) = 56+18+71=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #381247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381247 is #C7EDB8. Grayscale: #232323. Windows color (decimal): -13102521 or 4657720. OLE color: 4657720.

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

Color convert

RGB 56 18 71 -
CMYK 0.21 0.75 0 0.72
HSL 283.02º 0.6% 0.17% -
HSV(B) 283.02º 0.75% 0.28% -
XYZ 2.98 1.73 6.14 -
YUV 35.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 56 18 71 0.21 0.75 0 0.72 283.02 0.6 0.17
Hex 38 12 47 15 4B 0 48 11B 3C 11
Octal 70 22 107 25 113 0 110 433 74 21
Binary 111000 10010 1000111 10101 1001011 0 1001000 100011011 111100 10001

Color Harmonies of #381247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381247

Black with #381247

Text Example


Text Example

White with #381247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381247; }

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

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

background-color css

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

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

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

border-color css

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

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

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