Html Css Color HEX #380D47 Blackcurrant

📋 copy color: '#380D47'

red 56 ◦ green 13 ◦ blue 71

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

Shades of Blackcurrant #380D47

Tints of Blackcurrant #380D47

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.29%

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

R = 40%
G = 9.29%
B = 50.71%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380D47 (or 0x380D47) is known color: Blackcurrant. HEX triplet: 38, 0D and 47. RGB value is (56,13,71). Sum of RGB (Red+Green+Blue) = 56+13+71=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #380D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D47 is #C7F2B8. Grayscale: #202020. Windows color (decimal): -13103801 or 4656440. OLE color: 4656440.

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

Color convert

RGB 56 13 71 -
CMYK 0.21 0.82 0 0.72
HSL 284.48º 0.69% 0.16% -
HSV(B) 284.48º 0.82% 0.28% -
XYZ 2.91 1.58 6.11 -
YUV 32.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 56 13 71 0.21 0.82 0 0.72 284.48 0.69 0.16
Hex 38 D 47 15 52 0 48 11C 45 10
Octal 70 15 107 25 122 0 110 434 105 20
Binary 111000 1101 1000111 10101 1010010 0 1001000 100011100 1000101 10000

Color Harmonies of #380D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D47

Black with #380D47

Text Example


Text Example

White with #380D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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