Html Css Color HEX #381241 Blackcurrant

📋 copy color: '#381241'

red 56 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #381241

Tints of Blackcurrant #381241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 40.29%
G = 12.95%
B = 46.76%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381241 (or 0x381241) is known color: Blackcurrant. HEX triplet: 38, 12 and 41. RGB value is (56,18,65). Sum of RGB (Red+Green+Blue) = 56+18+65=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #381241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381241 is #C7EDBE. Grayscale: #222222. Windows color (decimal): -13102527 or 4264504. OLE color: 4264504.

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

Color convert

RGB 56 18 65 -
CMYK 0.14 0.72 0 0.75
HSL 288.51º 0.57% 0.16% -
HSV(B) 288.51º 0.72% 0.25% -
XYZ 2.8 1.66 5.17 -
YUV 34.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 56 18 65 0.14 0.72 0 0.75 288.51 0.57 0.16
Hex 38 12 41 E 48 0 4B 121 39 10
Octal 70 22 101 16 110 0 113 441 71 20
Binary 111000 10010 1000001 1110 1001000 0 1001011 100100001 111001 10000

Color Harmonies of #381241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381241

Black with #381241

Text Example


Text Example

White with #381241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381241; }

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

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

background-color css

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

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

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

border-color css

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

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

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