Html Css Color HEX #382140 Blackcurrant

📋 copy color: '#382140'

red 56 ◦ green 33 ◦ blue 64

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

Shades of Blackcurrant #382140

Tints of Blackcurrant #382140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.57%

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

R = 36.6%
G = 21.57%
B = 41.83%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382140 (or 0x382140) is known color: Blackcurrant. HEX triplet: 38, 21 and 40. RGB value is (56,33,64). Sum of RGB (Red+Green+Blue) = 56+33+64=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #382140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382140 is #C7DEBF. Grayscale: #2B2B2B. Windows color (decimal): -13098688 or 4202808. OLE color: 4202808.

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

Color convert

RGB 56 33 64 -
CMYK 0.13 0.48 0 0.75
HSL 284.52º 0.32% 0.19% -
HSV(B) 284.52º 0.48% 0.25% -
XYZ 3.1 2.3 5.13 -
YUV 43.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 56 33 64 0.13 0.48 0 0.75 284.52 0.32 0.19
Hex 38 21 40 D 30 0 4B 11D 20 13
Octal 70 41 100 15 60 0 113 435 40 23
Binary 111000 100001 1000000 1101 110000 0 1001011 100011101 100000 10011

Color Harmonies of #382140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382140

Black with #382140

Text Example


Text Example

White with #382140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382140; }

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

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

background-color css

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

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

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

border-color css

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

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

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