Html Css Color HEX #360956 Blackcurrant

📋 copy color: '#360956'

red 54 ◦ green 9 ◦ blue 86

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

Shades of Blackcurrant #360956

Tints of Blackcurrant #360956

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

 BLUE value IS 86 (33.98% from 255) = 57.72%

R = 36.24%
G = 6.04%
B = 57.72%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#360956 (or 0x360956) is known color: Blackcurrant. HEX triplet: 36, 09 and 56. RGB value is (54,9,86). Sum of RGB (Red+Green+Blue) = 54+9+86=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #360956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360956 is #C9F6A9. Grayscale: #1E1E1E. Windows color (decimal): -13235882 or 5638454. OLE color: 5638454.

HSL color Cylindrical-coordinate representation of color #360956: hue angle of 275.06º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360956 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 9 86 -
CMYK 0.37 0.90 0 0.66
HSL 275.06º 0.81% 0.19% -
HSV(B) 275.06º 0.9% 0.34% -
XYZ 3.3 1.65 8.95 -
YUV 31.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 54 9 86 0.37 0.90 0 0.66 275.06 0.81 0.19
Hex 36 9 56 25 5A 0 42 113 51 13
Octal 66 11 126 45 132 0 102 423 121 23
Binary 110110 1001 1010110 100101 1011010 0 1000010 100010011 1010001 10011

Color Harmonies of #360956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360956

Black with #360956

Text Example


Text Example

White with #360956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360956; }

 p { color: rgb(54,9,86); }

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

background-color css

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

 a { background-color: rgb(54,9,86); }

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

border-color css

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

 span { border-color: rgb(54,9,86); }

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