Html Css Color HEX #361740 Blackcurrant

📋 copy color: '#361740'

red 54 ◦ green 23 ◦ blue 64

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

Shades of Blackcurrant #361740

Tints of Blackcurrant #361740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 38.3%
G = 16.31%
B = 45.39%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361740 (or 0x361740) is known color: Blackcurrant. HEX triplet: 36, 17 and 40. RGB value is (54,23,64). Sum of RGB (Red+Green+Blue) = 54+23+64=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #361740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361740 is #C9E8BF. Grayscale: #242424. Windows color (decimal): -13232320 or 4200246. OLE color: 4200246.

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

Color convert

RGB 54 23 64 -
CMYK 0.16 0.64 0 0.75
HSL 285.37º 0.47% 0.17% -
HSV(B) 285.37º 0.64% 0.25% -
XYZ 2.75 1.77 5.05 -
YUV 36.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 54 23 64 0.16 0.64 0 0.75 285.37 0.47 0.17
Hex 36 17 40 10 40 0 4B 11D 2F 11
Octal 66 27 100 20 100 0 113 435 57 21
Binary 110110 10111 1000000 10000 1000000 0 1001011 100011101 101111 10001

Color Harmonies of #361740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361740

Black with #361740

Text Example


Text Example

White with #361740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361740; }

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

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

background-color css

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

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

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

border-color css

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

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

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