Html Css Color HEX #361040 Blackcurrant

📋 copy color: '#361040'

red 54 ◦ green 16 ◦ blue 64

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

Shades of Blackcurrant #361040

Tints of Blackcurrant #361040

RGB

 RED value IS 54 (21.48% from 255) = 40.3%

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

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 40.3%
G = 11.94%
B = 47.76%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361040 (or 0x361040) is known color: Blackcurrant. HEX triplet: 36, 10 and 40. RGB value is (54,16,64). Sum of RGB (Red+Green+Blue) = 54+16+64=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #361040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361040 is #C9EFBF. Grayscale: #202020. Windows color (decimal): -13234112 or 4198454. OLE color: 4198454.

HSL color Cylindrical-coordinate representation of color #361040: hue angle of 287.5º 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 #361040 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 16 64 -
CMYK 0.16 0.75 0 0.75
HSL 287.5º 0.6% 0.16% -
HSV(B) 287.5º 0.75% 0.25% -
XYZ 2.63 1.53 5.01 -
YUV 32.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 54 16 64 0.16 0.75 0 0.75 287.5 0.6 0.16
Hex 36 10 40 10 4B 0 4B 120 3C 10
Octal 66 20 100 20 113 0 113 440 74 20
Binary 110110 10000 1000000 10000 1001011 0 1001011 100100000 111100 10000

Color Harmonies of #361040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361040

Black with #361040

Text Example


Text Example

White with #361040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361040; }

 p { color: rgb(54,16,64); }

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

background-color css

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

 a { background-color: rgb(54,16,64); }

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

border-color css

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

 span { border-color: rgb(54,16,64); }

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