Html Css Color HEX #360552 Blackcurrant

📋 copy color: '#360552'

red 54 ◦ green 5 ◦ blue 82

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

Shades of Blackcurrant #360552

Tints of Blackcurrant #360552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

 BLUE value IS 82 (32.42% from 255) = 58.16%

R = 38.3%
G = 3.55%
B = 58.16%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#360552 (or 0x360552) is known color: Blackcurrant. HEX triplet: 36, 05 and 52. RGB value is (54,5,82). Sum of RGB (Red+Green+Blue) = 54+5+82=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #360552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360552 is #C9FAAD. Grayscale: #1C1C1C. Windows color (decimal): -13236910 or 5375286. OLE color: 5375286.

HSL color Cylindrical-coordinate representation of color #360552: hue angle of 278.18º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360552 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 5 82 -
CMYK 0.34 0.94 0 0.68
HSL 278.18º 0.89% 0.17% -
HSV(B) 278.18º 0.94% 0.32% -
XYZ 3.1 1.5 8.11 -
YUV 28.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 54 5 82 0.34 0.94 0 0.68 278.18 0.89 0.17
Hex 36 5 52 22 5E 0 44 116 59 11
Octal 66 5 122 42 136 0 104 426 131 21
Binary 110110 101 1010010 100010 1011110 0 1000100 100010110 1011001 10001

Color Harmonies of #360552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360552

Black with #360552

Text Example


Text Example

White with #360552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360552; }

 p { color: rgb(54,5,82); }

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

background-color css

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

 a { background-color: rgb(54,5,82); }

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

border-color css

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

 span { border-color: rgb(54,5,82); }

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