Html Css Color HEX #381441 Blackcurrant

📋 copy color: '#381441'

red 56 ◦ green 20 ◦ blue 65

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

Shades of Blackcurrant #381441

Tints of Blackcurrant #381441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

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

R = 39.72%
G = 14.18%
B = 46.1%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381441 (or 0x381441) is known color: Blackcurrant. HEX triplet: 38, 14 and 41. RGB value is (56,20,65). Sum of RGB (Red+Green+Blue) = 56+20+65=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #381441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381441 is #C7EBBE. Grayscale: #232323. Windows color (decimal): -13102015 or 4265016. OLE color: 4265016.

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

Color convert

RGB 56 20 65 -
CMYK 0.14 0.69 0 0.75
HSL 288º 0.53% 0.17% -
HSV(B) 288º 0.69% 0.25% -
XYZ 2.84 1.72 5.18 -
YUV 35.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 56 20 65 0.14 0.69 0 0.75 288 0.53 0.17
Hex 38 14 41 E 45 0 4B 120 35 11
Octal 70 24 101 16 105 0 113 440 65 21
Binary 111000 10100 1000001 1110 1000101 0 1001011 100100000 110101 10001

Color Harmonies of #381441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381441

Black with #381441

Text Example


Text Example

White with #381441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381441; }

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

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

background-color css

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

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

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

border-color css

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

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

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