Html Css Color HEX #380040 Blackcurrant

📋 copy color: '#380040'

red 56 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #380040

Tints of Blackcurrant #380040

RGB

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

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

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

R = 46.67%
G = 0%
B = 53.33%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380040 (or 0x380040) is known color: Blackcurrant. HEX triplet: 38, 00 and 40. RGB value is (56,0,64). Sum of RGB (Red+Green+Blue) = 56+0+64=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #380040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380040 is #C7FFBF. Grayscale: #171717. Windows color (decimal): -13107136 or 4194360. OLE color: 4194360.

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

Color convert

RGB 56 0 64 -
CMYK 0.13 1 0 0.75
HSL 292.5º 1% 0.13% -
HSV(B) 292.5º 1% 0.25% -
XYZ 2.56 1.21 4.95 -
YUV 24.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 56 0 64 0.13 1 0 0.75 292.5 1 0.13
Hex 38 0 40 D 64 0 4B 124 64 D
Octal 70 0 100 15 144 0 113 444 144 15
Binary 111000 0 1000000 1101 1100100 0 1001011 100100100 1100100 1101

Color Harmonies of #380040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380040

Black with #380040

Text Example


Text Example

White with #380040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380040; }

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

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

background-color css

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

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

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

border-color css

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

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

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