Html Css Color HEX #380E40 Blackcurrant

📋 copy color: '#380E40'

red 56 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #380E40

Tints of Blackcurrant #380E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

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

R = 41.79%
G = 10.45%
B = 47.76%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380E40 (or 0x380E40) is known color: Blackcurrant. HEX triplet: 38, 0E and 40. RGB value is (56,14,64). Sum of RGB (Red+Green+Blue) = 56+14+64=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #380E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E40 is #C7F1BF. Grayscale: #202020. Windows color (decimal): -13103552 or 4197944. OLE color: 4197944.

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

Color convert

RGB 56 14 64 -
CMYK 0.13 0.78 0 0.75
HSL 290.4º 0.64% 0.15% -
HSV(B) 290.4º 0.78% 0.25% -
XYZ 2.71 1.52 5 -
YUV 32.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 56 14 64 0.13 0.78 0 0.75 290.4 0.64 0.15
Hex 38 E 40 D 4E 0 4B 122 40 F
Octal 70 16 100 15 116 0 113 442 100 17
Binary 111000 1110 1000000 1101 1001110 0 1001011 100100010 1000000 1111

Color Harmonies of #380E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E40

Black with #380E40

Text Example


Text Example

White with #380E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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