Html Css Color HEX #360854 Blackcurrant

📋 copy color: '#360854'

red 54 ◦ green 8 ◦ blue 84

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

Shades of Blackcurrant #360854

Tints of Blackcurrant #360854

RGB

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

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

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

R = 36.99%
G = 5.48%
B = 57.53%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#360854 (or 0x360854) is known color: Blackcurrant. HEX triplet: 36, 08 and 54. RGB value is (54,8,84). Sum of RGB (Red+Green+Blue) = 54+8+84=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #360854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360854 is #C9F7AB. Grayscale: #1E1E1E. Windows color (decimal): -13236140 or 5507126. OLE color: 5507126.

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

Color convert

RGB 54 8 84 -
CMYK 0.36 0.90 0 0.67
HSL 276.32º 0.83% 0.18% -
HSV(B) 276.32º 0.9% 0.33% -
XYZ 3.21 1.6 8.53 -
YUV 30.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 54 8 84 0.36 0.90 0 0.67 276.32 0.83 0.18
Hex 36 8 54 24 5A 0 43 114 53 12
Octal 66 10 124 44 132 0 103 424 123 22
Binary 110110 1000 1010100 100100 1011010 0 1000011 100010100 1010011 10010

Color Harmonies of #360854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360854

Black with #360854

Text Example


Text Example

White with #360854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360854; }

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

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

background-color css

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

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

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

border-color css

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

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

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