Html Css Color HEX #380047 Blackcurrant

📋 copy color: '#380047'

red 56 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #380047

Tints of Blackcurrant #380047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.09%
G = 0%
B = 55.91%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380047 (or 0x380047) is known color: Blackcurrant. HEX triplet: 38, 00 and 47. RGB value is (56,0,71). Sum of RGB (Red+Green+Blue) = 56+0+71=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #380047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380047 is #C7FFB8. Grayscale: #181818. Windows color (decimal): -13107129 or 4653112. OLE color: 4653112.

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

Color convert

RGB 56 0 71 -
CMYK 0.21 1 0 0.72
HSL 287.32º 1% 0.14% -
HSV(B) 287.32º 1% 0.28% -
XYZ 2.77 1.3 6.07 -
YUV 24.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 56 0 71 0.21 1 0 0.72 287.32 1 0.14
Hex 38 0 47 15 64 0 48 11F 64 E
Octal 70 0 107 25 144 0 110 437 144 16
Binary 111000 0 1000111 10101 1100100 0 1001000 100011111 1100100 1110

Color Harmonies of #380047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380047

Black with #380047

Text Example


Text Example

White with #380047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380047; }

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

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

background-color css

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

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

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

border-color css

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

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

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