Html Css Color HEX #380041 Blackcurrant

📋 copy color: '#380041'

red 56 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #380041

Tints of Blackcurrant #380041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 46.28%
G = 0%
B = 53.72%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#380041 (or 0x380041) is known color: Blackcurrant. HEX triplet: 38, 00 and 41. RGB value is (56,0,65). Sum of RGB (Red+Green+Blue) = 56+0+65=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #380041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380041 is #C7FFBE. Grayscale: #171717. Windows color (decimal): -13107135 or 4259896. OLE color: 4259896.

HSL color Cylindrical-coordinate representation of color #380041: hue angle of 291.69º 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 #380041 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 0 65 -
CMYK 0.14 1 0 0.75
HSL 291.69º 1% 0.13% -
HSV(B) 291.69º 1% 0.25% -
XYZ 2.59 1.22 5.1 -
YUV 24.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 56 0 65 0.14 1 0 0.75 291.69 1 0.13
Hex 38 0 41 E 64 0 4B 124 64 D
Octal 70 0 101 16 144 0 113 444 144 15
Binary 111000 0 1000001 1110 1100100 0 1001011 100100100 1100100 1101

Color Harmonies of #380041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380041

Black with #380041

Text Example


Text Example

White with #380041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380041; }

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

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

background-color css

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

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

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

border-color css

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

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

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