Html Css Color HEX #381041 Blackcurrant

📋 copy color: '#381041'

red 56 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #381041

Tints of Blackcurrant #381041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 40.88%
G = 11.68%
B = 47.45%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#381041 (or 0x381041) is known color: Blackcurrant. HEX triplet: 38, 10 and 41. RGB value is (56,16,65). Sum of RGB (Red+Green+Blue) = 56+16+65=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #381041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381041 is #C7EFBE. Grayscale: #212121. Windows color (decimal): -13103039 or 4263992. OLE color: 4263992.

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

Color convert

RGB 56 16 65 -
CMYK 0.14 0.75 0 0.75
HSL 288.98º 0.6% 0.16% -
HSV(B) 288.98º 0.75% 0.25% -
XYZ 2.77 1.59 5.16 -
YUV 33.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 56 16 65 0.14 0.75 0 0.75 288.98 0.6 0.16
Hex 38 10 41 E 4B 0 4B 121 3C 10
Octal 70 20 101 16 113 0 113 441 74 20
Binary 111000 10000 1000001 1110 1001011 0 1001011 100100001 111100 10000

Color Harmonies of #381041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381041

Black with #381041

Text Example


Text Example

White with #381041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381041; }

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

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

background-color css

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

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

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

border-color css

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

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

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