Html Css Color HEX #381541 Blackcurrant

📋 copy color: '#381541'

red 56 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #381541

Tints of Blackcurrant #381541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 39.44%
G = 14.79%
B = 45.77%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381541 (or 0x381541) is known color: Blackcurrant. HEX triplet: 38, 15 and 41. RGB value is (56,21,65). Sum of RGB (Red+Green+Blue) = 56+21+65=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #381541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381541 is #C7EABE. Grayscale: #242424. Windows color (decimal): -13101759 or 4265272. OLE color: 4265272.

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

Color convert

RGB 56 21 65 -
CMYK 0.14 0.68 0 0.75
HSL 287.73º 0.51% 0.17% -
HSV(B) 287.73º 0.68% 0.25% -
XYZ 2.85 1.76 5.19 -
YUV 36.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 56 21 65 0.14 0.68 0 0.75 287.73 0.51 0.17
Hex 38 15 41 E 44 0 4B 120 33 11
Octal 70 25 101 16 104 0 113 440 63 21
Binary 111000 10101 1000001 1110 1000100 0 1001011 100100000 110011 10001

Color Harmonies of #381541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381541

Black with #381541

Text Example


Text Example

White with #381541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381541; }

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

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

background-color css

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

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

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

border-color css

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

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

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