Html Css Color HEX #360855 Blackcurrant

📋 copy color: '#360855'

red 54 ◦ green 8 ◦ blue 85

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

Shades of Blackcurrant #360855

Tints of Blackcurrant #360855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 85 (33.59% from 255) = 57.82%

R = 36.73%
G = 5.44%
B = 57.82%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#360855 (or 0x360855) is known color: Blackcurrant. HEX triplet: 36, 08 and 55. RGB value is (54,8,85). Sum of RGB (Red+Green+Blue) = 54+8+85=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #360855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360855 is #C9F7AA. Grayscale: #1E1E1E. Windows color (decimal): -13236139 or 5572662. OLE color: 5572662.

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

Color convert

RGB 54 8 85 -
CMYK 0.36 0.91 0 0.67
HSL 275.84º 0.83% 0.18% -
HSV(B) 275.84º 0.91% 0.33% -
XYZ 3.25 1.61 8.73 -
YUV 30.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 54 8 85 0.36 0.91 0 0.67 275.84 0.83 0.18
Hex 36 8 55 24 5B 0 43 114 53 12
Octal 66 10 125 44 133 0 103 424 123 22
Binary 110110 1000 1010101 100100 1011011 0 1000011 100010100 1010011 10010

Color Harmonies of #360855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360855

Black with #360855

Text Example


Text Example

White with #360855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360855; }

 p { color: rgb(54,8,85); }

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

background-color css

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

 a { background-color: rgb(54,8,85); }

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

border-color css

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

 span { border-color: rgb(54,8,85); }

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