Html Css Color HEX #380C4E Blackcurrant

📋 copy color: '#380C4E'

red 56 ◦ green 12 ◦ blue 78

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

Shades of Blackcurrant #380C4E

Tints of Blackcurrant #380C4E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.22%

 BLUE value IS 78 (30.86% from 255) = 53.42%

R = 38.36%
G = 8.22%
B = 53.42%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#380C4E (or 0x380C4E) is known color: Blackcurrant. HEX triplet: 38, 0C and 4E. RGB value is (56,12,78). Sum of RGB (Red+Green+Blue) = 56+12+78=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #380C4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C4E is #C7F3B1. Grayscale: #202020. Windows color (decimal): -13104050 or 5114936. OLE color: 5114936.

HSL color Cylindrical-coordinate representation of color #380C4E: hue angle of 280º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #380C4E is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 12 78 -
CMYK 0.28 0.85 0 0.69
HSL 280º 0.73% 0.18% -
HSV(B) 280º 0.85% 0.31% -
XYZ 3.14 1.65 7.36 -
YUV 32.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 56 12 78 0.28 0.85 0 0.69 280 0.73 0.18
Hex 38 C 4E 1C 55 0 45 118 49 12
Octal 70 14 116 34 125 0 105 430 111 22
Binary 111000 1100 1001110 11100 1010101 0 1000101 100011000 1001001 10010

Color Harmonies of #380C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C4E

Black with #380C4E

Text Example


Text Example

White with #380C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,12,78); }

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

background-color css

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

 a { background-color: rgb(56,12,78); }

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

border-color css

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

 span { border-color: rgb(56,12,78); }

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