Html Css Color HEX #381C41 Blackcurrant

📋 copy color: '#381C41'

red 56 ◦ green 28 ◦ blue 65

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

Shades of Blackcurrant #381C41

Tints of Blackcurrant #381C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

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

R = 37.58%
G = 18.79%
B = 43.62%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381C41 (or 0x381C41) is known color: Blackcurrant. HEX triplet: 38, 1C and 41. RGB value is (56,28,65). Sum of RGB (Red+Green+Blue) = 56+28+65=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #381C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C41 is #C7E3BE. Grayscale: #282828. Windows color (decimal): -13099967 or 4267064. OLE color: 4267064.

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

Color convert

RGB 56 28 65 -
CMYK 0.14 0.57 0 0.75
HSL 285.41º 0.4% 0.18% -
HSV(B) 285.41º 0.57% 0.25% -
XYZ 3 2.05 5.24 -
YUV 40.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 56 28 65 0.14 0.57 0 0.75 285.41 0.4 0.18
Hex 38 1C 41 E 39 0 4B 11D 28 12
Octal 70 34 101 16 71 0 113 435 50 22
Binary 111000 11100 1000001 1110 111001 0 1001011 100011101 101000 10010

Color Harmonies of #381C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C41

Black with #381C41

Text Example


Text Example

White with #381C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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