Html Css Color HEX #380E45 Blackcurrant

📋 copy color: '#380E45'

red 56 ◦ green 14 ◦ blue 69

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

Shades of Blackcurrant #380E45

Tints of Blackcurrant #380E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 49.64%

R = 40.29%
G = 10.07%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#380E45 (or 0x380E45) is known color: Blackcurrant. HEX triplet: 38, 0E and 45. RGB value is (56,14,69). Sum of RGB (Red+Green+Blue) = 56+14+69=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #380E45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E45 is #C7F1BA. Grayscale: #202020. Windows color (decimal): -13103547 or 4525624. OLE color: 4525624.

HSL color Cylindrical-coordinate representation of color #380E45: hue angle of 285.82º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #380E45 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 14 69 -
CMYK 0.19 0.80 0 0.73
HSL 285.82º 0.66% 0.16% -
HSV(B) 285.82º 0.8% 0.27% -
XYZ 2.86 1.58 5.79 -
YUV 32.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 56 14 69 0.19 0.80 0 0.73 285.82 0.66 0.16
Hex 38 E 45 13 50 0 49 11E 42 10
Octal 70 16 105 23 120 0 111 436 102 20
Binary 111000 1110 1000101 10011 1010000 0 1001001 100011110 1000010 10000

Color Harmonies of #380E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E45

Black with #380E45

Text Example


Text Example

White with #380E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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