Html Css Color HEX #362140 Blackcurrant

📋 copy color: '#362140'

red 54 ◦ green 33 ◦ blue 64

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

Shades of Blackcurrant #362140

Tints of Blackcurrant #362140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 35.76%
G = 21.85%
B = 42.38%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362140 (or 0x362140) is known color: Blackcurrant. HEX triplet: 36, 21 and 40. RGB value is (54,33,64). Sum of RGB (Red+Green+Blue) = 54+33+64=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #362140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362140 is #C9DEBF. Grayscale: #2A2A2A. Windows color (decimal): -13229760 or 4202806. OLE color: 4202806.

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

Color convert

RGB 54 33 64 -
CMYK 0.16 0.48 0 0.75
HSL 280.65º 0.32% 0.19% -
HSV(B) 280.65º 0.48% 0.25% -
XYZ 2.99 2.24 5.13 -
YUV 42.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 54 33 64 0.16 0.48 0 0.75 280.65 0.32 0.19
Hex 36 21 40 10 30 0 4B 119 20 13
Octal 66 41 100 20 60 0 113 431 40 23
Binary 110110 100001 1000000 10000 110000 0 1001011 100011001 100000 10011

Color Harmonies of #362140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362140

Black with #362140

Text Example


Text Example

White with #362140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362140; }

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

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

background-color css

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

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

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

border-color css

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

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

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