Html Css Color HEX #382541 Blackcurrant

📋 copy color: '#382541'

red 56 ◦ green 37 ◦ blue 65

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

Shades of Blackcurrant #382541

Tints of Blackcurrant #382541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 35.44%
G = 23.42%
B = 41.14%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#382541 (or 0x382541) is known color: Blackcurrant. HEX triplet: 38, 25 and 41. RGB value is (56,37,65). Sum of RGB (Red+Green+Blue) = 56+37+65=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #382541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382541 is #C7DABE. Grayscale: #2D2D2D. Windows color (decimal): -13097663 or 4269368. OLE color: 4269368.

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

Color convert

RGB 56 37 65 -
CMYK 0.14 0.43 0 0.75
HSL 280.71º 0.27% 0.2% -
HSV(B) 280.71º 0.43% 0.25% -
XYZ 3.25 2.55 5.32 -
YUV 45.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 56 37 65 0.14 0.43 0 0.75 280.71 0.27 0.2
Hex 38 25 41 E 2B 0 4B 119 1B 14
Octal 70 45 101 16 53 0 113 431 33 24
Binary 111000 100101 1000001 1110 101011 0 1001011 100011001 11011 10100

Color Harmonies of #382541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382541

Black with #382541

Text Example


Text Example

White with #382541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382541; }

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

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

background-color css

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

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

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

border-color css

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

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

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