Html Css Color HEX #360654 Blackcurrant

📋 copy color: '#360654'

red 54 ◦ green 6 ◦ blue 84

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

Shades of Blackcurrant #360654

Tints of Blackcurrant #360654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 84 (33.2% from 255) = 58.33%

R = 37.5%
G = 4.17%
B = 58.33%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#360654 (or 0x360654) is known color: Blackcurrant. HEX triplet: 36, 06 and 54. RGB value is (54,6,84). Sum of RGB (Red+Green+Blue) = 54+6+84=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #360654 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360654 is #C9F9AB. Grayscale: #1C1C1C. Windows color (decimal): -13236652 or 5506614. OLE color: 5506614.

HSL color Cylindrical-coordinate representation of color #360654: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360654 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 6 84 -
CMYK 0.36 0.93 0 0.67
HSL 276.92º 0.87% 0.18% -
HSV(B) 276.92º 0.93% 0.33% -
XYZ 3.19 1.55 8.52 -
YUV 29.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 54 6 84 0.36 0.93 0 0.67 276.92 0.87 0.18
Hex 36 6 54 24 5D 0 43 115 57 12
Octal 66 6 124 44 135 0 103 425 127 22
Binary 110110 110 1010100 100100 1011101 0 1000011 100010101 1010111 10010

Color Harmonies of #360654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360654

Black with #360654

Text Example


Text Example

White with #360654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360654; }

 p { color: rgb(54,6,84); }

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

background-color css

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

 a { background-color: rgb(54,6,84); }

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

border-color css

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

 span { border-color: rgb(54,6,84); }

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