Html Css Color HEX #380940 Blackcurrant

📋 copy color: '#380940'

red 56 ◦ green 9 ◦ blue 64

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

Shades of Blackcurrant #380940

Tints of Blackcurrant #380940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 43.41%
G = 6.98%
B = 49.61%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380940 (or 0x380940) is known color: Blackcurrant. HEX triplet: 38, 09 and 40. RGB value is (56,9,64). Sum of RGB (Red+Green+Blue) = 56+9+64=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #380940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380940 is #C7F6BF. Grayscale: #1D1D1D. Windows color (decimal): -13104832 or 4196664. OLE color: 4196664.

HSL color Cylindrical-coordinate representation of color #380940: hue angle of 291.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380940 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 9 64 -
CMYK 0.13 0.86 0 0.75
HSL 291.27º 0.75% 0.14% -
HSV(B) 291.27º 0.86% 0.25% -
XYZ 2.65 1.41 4.98 -
YUV 29.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 56 9 64 0.13 0.86 0 0.75 291.27 0.75 0.14
Hex 38 9 40 D 56 0 4B 123 4B E
Octal 70 11 100 15 126 0 113 443 113 16
Binary 111000 1001 1000000 1101 1010110 0 1001011 100100011 1001011 1110

Color Harmonies of #380940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380940

Black with #380940

Text Example


Text Example

White with #380940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380940; }

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

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

background-color css

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

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

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

border-color css

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

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

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