Html Css Color HEX #382041 Blackcurrant

📋 copy color: '#382041'

red 56 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #382041

Tints of Blackcurrant #382041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

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

R = 36.6%
G = 20.92%
B = 42.48%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382041 (or 0x382041) is known color: Blackcurrant. HEX triplet: 38, 20 and 41. RGB value is (56,32,65). Sum of RGB (Red+Green+Blue) = 56+32+65=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #382041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382041 is #C7DFBE. Grayscale: #2A2A2A. Windows color (decimal): -13098943 or 4268088. OLE color: 4268088.

HSL color Cylindrical-coordinate representation of color #382041: hue angle of 283.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #382041 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 32 65 -
CMYK 0.14 0.51 0 0.75
HSL 283.64º 0.34% 0.19% -
HSV(B) 283.64º 0.51% 0.25% -
XYZ 3.1 2.26 5.27 -
YUV 42.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 56 32 65 0.14 0.51 0 0.75 283.64 0.34 0.19
Hex 38 20 41 E 33 0 4B 11C 22 13
Octal 70 40 101 16 63 0 113 434 42 23
Binary 111000 100000 1000001 1110 110011 0 1001011 100011100 100010 10011

Color Harmonies of #382041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382041

Black with #382041

Text Example


Text Example

White with #382041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382041; }

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

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

background-color css

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

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

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

border-color css

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

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

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