Html Css Color HEX #380840 Blackcurrant

📋 copy color: '#380840'

red 56 ◦ green 8 ◦ blue 64

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

Shades of Blackcurrant #380840

Tints of Blackcurrant #380840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.25%

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

R = 43.75%
G = 6.25%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380840 (or 0x380840) is known color: Blackcurrant. HEX triplet: 38, 08 and 40. RGB value is (56,8,64). Sum of RGB (Red+Green+Blue) = 56+8+64=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #380840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380840 is #C7F7BF. Grayscale: #1C1C1C. Windows color (decimal): -13105088 or 4196408. OLE color: 4196408.

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

Color convert

RGB 56 8 64 -
CMYK 0.13 0.87 0 0.75
HSL 291.43º 0.78% 0.14% -
HSV(B) 291.43º 0.88% 0.25% -
XYZ 2.64 1.38 4.98 -
YUV 28.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 56 8 64 0.13 0.87 0 0.75 291.43 0.78 0.14
Hex 38 8 40 D 57 0 4B 123 4E E
Octal 70 10 100 15 127 0 113 443 116 16
Binary 111000 1000 1000000 1101 1010111 0 1001011 100100011 1001110 1110

Color Harmonies of #380840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380840

Black with #380840

Text Example


Text Example

White with #380840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380840; }

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

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

background-color css

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

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

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

border-color css

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

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

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