Html Css Color HEX #381D41 Blackcurrant

📋 copy color: '#381D41'

red 56 ◦ green 29 ◦ blue 65

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

Shades of Blackcurrant #381D41

Tints of Blackcurrant #381D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

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

R = 37.33%
G = 19.33%
B = 43.33%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381D41 (or 0x381D41) is known color: Blackcurrant. HEX triplet: 38, 1D and 41. RGB value is (56,29,65). Sum of RGB (Red+Green+Blue) = 56+29+65=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #381D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D41 is #C7E2BE. Grayscale: #292929. Windows color (decimal): -13099711 or 4267320. OLE color: 4267320.

HSL color Cylindrical-coordinate representation of color #381D41: hue angle of 285º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381D41 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 29 65 -
CMYK 0.14 0.55 0 0.75
HSL 285º 0.38% 0.18% -
HSV(B) 285º 0.55% 0.25% -
XYZ 3.02 2.1 5.25 -
YUV 41.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 56 29 65 0.14 0.55 0 0.75 285 0.38 0.18
Hex 38 1D 41 E 37 0 4B 11D 26 12
Octal 70 35 101 16 67 0 113 435 46 22
Binary 111000 11101 1000001 1110 110111 0 1001011 100011101 100110 10010

Color Harmonies of #381D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D41

Black with #381D41

Text Example


Text Example

White with #381D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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