Html Css Color HEX #382044 Blackcurrant

📋 copy color: '#382044'

red 56 ◦ green 32 ◦ blue 68

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

Shades of Blackcurrant #382044

Tints of Blackcurrant #382044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.59%

R = 35.9%
G = 20.51%
B = 43.59%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#382044 (or 0x382044) is known color: Blackcurrant. HEX triplet: 38, 20 and 44. RGB value is (56,32,68). Sum of RGB (Red+Green+Blue) = 56+32+68=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 68 - color contains mainly: blue. Hex color #382044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382044 is #C7DFBB. Grayscale: #2B2B2B. Windows color (decimal): -13098940 or 4464696. OLE color: 4464696.

HSL color Cylindrical-coordinate representation of color #382044: hue angle of 280º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382044 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 32 68 -
CMYK 0.18 0.53 0 0.73
HSL 280º 0.36% 0.2% -
HSV(B) 280º 0.53% 0.27% -
XYZ 3.19 2.29 5.74 -
YUV 43.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 56 32 68 0.18 0.53 0 0.73 280 0.36 0.2
Hex 38 20 44 12 35 0 49 118 24 14
Octal 70 40 104 22 65 0 111 430 44 24
Binary 111000 100000 1000100 10010 110101 0 1001001 100011000 100100 10100

Color Harmonies of #382044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382044

Black with #382044

Text Example


Text Example

White with #382044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382044; }

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

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

background-color css

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

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

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

border-color css

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

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

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