Html Css Color HEX #380947 Blackcurrant

📋 copy color: '#380947'

red 56 ◦ green 9 ◦ blue 71

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

Shades of Blackcurrant #380947

Tints of Blackcurrant #380947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.62%

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

R = 41.18%
G = 6.62%
B = 52.21%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#380947 (or 0x380947) is known color: Blackcurrant. HEX triplet: 38, 09 and 47. RGB value is (56,9,71). Sum of RGB (Red+Green+Blue) = 56+9+71=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #380947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380947 is #C7F6B8. Grayscale: #1D1D1D. Windows color (decimal): -13104825 or 4655416. OLE color: 4655416.

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

Color convert

RGB 56 9 71 -
CMYK 0.21 0.87 0 0.72
HSL 285.48º 0.78% 0.16% -
HSV(B) 285.48º 0.87% 0.28% -
XYZ 2.87 1.49 6.1 -
YUV 30.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 56 9 71 0.21 0.87 0 0.72 285.48 0.78 0.16
Hex 38 9 47 15 57 0 48 11D 4E 10
Octal 70 11 107 25 127 0 110 435 116 20
Binary 111000 1001 1000111 10101 1010111 0 1001000 100011101 1001110 10000

Color Harmonies of #380947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380947

Black with #380947

Text Example


Text Example

White with #380947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380947; }

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

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

background-color css

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

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

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

border-color css

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

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

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