Html Css Color HEX #382640 Blackcurrant

📋 copy color: '#382640'

red 56 ◦ green 38 ◦ blue 64

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

Shades of Blackcurrant #382640

Tints of Blackcurrant #382640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.05%

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

R = 35.44%
G = 24.05%
B = 40.51%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382640 (or 0x382640) is known color: Blackcurrant. HEX triplet: 38, 26 and 40. RGB value is (56,38,64). Sum of RGB (Red+Green+Blue) = 56+38+64=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #382640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382640 is #C7D9BF. Grayscale: #2E2E2E. Windows color (decimal): -13097408 or 4204088. OLE color: 4204088.

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

Color convert

RGB 56 38 64 -
CMYK 0.13 0.41 0 0.75
HSL 281.54º 0.25% 0.2% -
HSV(B) 281.54º 0.41% 0.25% -
XYZ 3.25 2.6 5.18 -
YUV 46.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 56 38 64 0.13 0.41 0 0.75 281.54 0.25 0.2
Hex 38 26 40 D 29 0 4B 11A 19 14
Octal 70 46 100 15 51 0 113 432 31 24
Binary 111000 100110 1000000 1101 101001 0 1001011 100011010 11001 10100

Color Harmonies of #382640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382640

Black with #382640

Text Example


Text Example

White with #382640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382640; }

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

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

background-color css

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

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

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

border-color css

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

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

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