Html Css Color HEX #360240 Blackcurrant

📋 copy color: '#360240'

red 54 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #360240

Tints of Blackcurrant #360240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 45%
G = 1.67%
B = 53.33%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360240 (or 0x360240) is known color: Blackcurrant. HEX triplet: 36, 02 and 40. RGB value is (54,2,64). Sum of RGB (Red+Green+Blue) = 54+2+64=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #360240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360240 is #C9FDBF. Grayscale: #181818. Windows color (decimal): -13237696 or 4194870. OLE color: 4194870.

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

Color convert

RGB 54 2 64 -
CMYK 0.16 0.97 0 0.75
HSL 290.32º 0.94% 0.13% -
HSV(B) 290.32º 0.97% 0.25% -
XYZ 2.47 1.2 4.95 -
YUV 24.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 54 2 64 0.16 0.97 0 0.75 290.32 0.94 0.13
Hex 36 2 40 10 61 0 4B 122 5E D
Octal 66 2 100 20 141 0 113 442 136 15
Binary 110110 10 1000000 10000 1100001 0 1001011 100100010 1011110 1101

Color Harmonies of #360240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360240

Black with #360240

Text Example


Text Example

White with #360240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360240; }

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

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

background-color css

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

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

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

border-color css

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

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

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