Html Css Color HEX #361840 Blackcurrant

📋 copy color: '#361840'

red 54 ◦ green 24 ◦ blue 64

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

Shades of Blackcurrant #361840

Tints of Blackcurrant #361840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

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

R = 38.03%
G = 16.9%
B = 45.07%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361840 (or 0x361840) is known color: Blackcurrant. HEX triplet: 36, 18 and 40. RGB value is (54,24,64). Sum of RGB (Red+Green+Blue) = 54+24+64=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #361840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361840 is #C9E7BF. Grayscale: #252525. Windows color (decimal): -13232064 or 4200502. OLE color: 4200502.

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

Color convert

RGB 54 24 64 -
CMYK 0.16 0.62 0 0.75
HSL 285º 0.45% 0.17% -
HSV(B) 285º 0.63% 0.25% -
XYZ 2.77 1.81 5.05 -
YUV 37.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 54 24 64 0.16 0.62 0 0.75 285 0.45 0.17
Hex 36 18 40 10 3E 0 4B 11D 2D 11
Octal 66 30 100 20 76 0 113 435 55 21
Binary 110110 11000 1000000 10000 111110 0 1001011 100011101 101101 10001

Color Harmonies of #361840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361840

Black with #361840

Text Example


Text Example

White with #361840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361840; }

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

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

background-color css

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

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

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

border-color css

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

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

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