Html Css Color HEX #362240 Blackcurrant

📋 copy color: '#362240'

red 54 ◦ green 34 ◦ blue 64

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

Shades of Blackcurrant #362240

Tints of Blackcurrant #362240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 35.53%
G = 22.37%
B = 42.11%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362240 (or 0x362240) is known color: Blackcurrant. HEX triplet: 36, 22 and 40. RGB value is (54,34,64). Sum of RGB (Red+Green+Blue) = 54+34+64=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #362240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362240 is #C9DDBF. Grayscale: #2B2B2B. Windows color (decimal): -13229504 or 4203062. OLE color: 4203062.

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

Color convert

RGB 54 34 64 -
CMYK 0.16 0.47 0 0.75
HSL 280º 0.31% 0.19% -
HSV(B) 280º 0.47% 0.25% -
XYZ 3.02 2.3 5.14 -
YUV 43.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 54 34 64 0.16 0.47 0 0.75 280 0.31 0.19
Hex 36 22 40 10 2F 0 4B 118 1F 13
Octal 66 42 100 20 57 0 113 430 37 23
Binary 110110 100010 1000000 10000 101111 0 1001011 100011000 11111 10011

Color Harmonies of #362240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362240

Black with #362240

Text Example


Text Example

White with #362240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362240; }

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

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

background-color css

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

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

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

border-color css

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

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

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