Html Css Color HEX #381941 Blackcurrant

📋 copy color: '#381941'

red 56 ◦ green 25 ◦ blue 65

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

Shades of Blackcurrant #381941

Tints of Blackcurrant #381941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 38.36%
G = 17.12%
B = 44.52%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381941 (or 0x381941) is known color: Blackcurrant. HEX triplet: 38, 19 and 41. RGB value is (56,25,65). Sum of RGB (Red+Green+Blue) = 56+25+65=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #381941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381941 is #C7E6BE. Grayscale: #262626. Windows color (decimal): -13100735 or 4266296. OLE color: 4266296.

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

Color convert

RGB 56 25 65 -
CMYK 0.14 0.62 0 0.75
HSL 286.5º 0.44% 0.18% -
HSV(B) 286.5º 0.62% 0.25% -
XYZ 2.93 1.92 5.22 -
YUV 38.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 56 25 65 0.14 0.62 0 0.75 286.5 0.44 0.18
Hex 38 19 41 E 3E 0 4B 11E 2C 12
Octal 70 31 101 16 76 0 113 436 54 22
Binary 111000 11001 1000001 1110 111110 0 1001011 100011110 101100 10010

Color Harmonies of #381941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381941

Black with #381941

Text Example


Text Example

White with #381941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381941; }

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

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

background-color css

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

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

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

border-color css

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

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

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