Html Css Color HEX #382240 Blackcurrant

📋 copy color: '#382240'

red 56 ◦ green 34 ◦ blue 64

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

Shades of Blackcurrant #382240

Tints of Blackcurrant #382240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

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

R = 36.36%
G = 22.08%
B = 41.56%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382240 (or 0x382240) is known color: Blackcurrant. HEX triplet: 38, 22 and 40. RGB value is (56,34,64). Sum of RGB (Red+Green+Blue) = 56+34+64=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #382240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382240 is #C7DDBF. Grayscale: #2B2B2B. Windows color (decimal): -13098432 or 4203064. OLE color: 4203064.

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

Color convert

RGB 56 34 64 -
CMYK 0.13 0.47 0 0.75
HSL 284º 0.31% 0.19% -
HSV(B) 284º 0.47% 0.25% -
XYZ 3.13 2.35 5.14 -
YUV 44 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 56 34 64 0.13 0.47 0 0.75 284 0.31 0.19
Hex 38 22 40 D 2F 0 4B 11C 1F 13
Octal 70 42 100 15 57 0 113 434 37 23
Binary 111000 100010 1000000 1101 101111 0 1001011 100011100 11111 10011

Color Harmonies of #382240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382240

Black with #382240

Text Example


Text Example

White with #382240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382240; }

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

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

background-color css

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

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

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

border-color css

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

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

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