Html Css Color HEX #360358 Blackcurrant

📋 copy color: '#360358'

red 54 ◦ green 3 ◦ blue 88

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

Shades of Blackcurrant #360358

Tints of Blackcurrant #360358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 88 (34.77% from 255) = 60.69%

R = 37.24%
G = 2.07%
B = 60.69%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#360358 (or 0x360358) is known color: Blackcurrant. HEX triplet: 36, 03 and 58. RGB value is (54,3,88). Sum of RGB (Red+Green+Blue) = 54+3+88=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #360358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360358 is #C9FCA7. Grayscale: #1B1B1B. Windows color (decimal): -13237416 or 5767990. OLE color: 5767990.

HSL color Cylindrical-coordinate representation of color #360358: hue angle of 276º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360358 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 3 88 -
CMYK 0.39 0.97 0 0.65
HSL 276º 0.93% 0.18% -
HSV(B) 276º 0.97% 0.35% -
XYZ 3.32 1.55 9.36 -
YUV 27.94 161.9 146.59 -
System Red Green Blue C M Y K H S L
Decimal 54 3 88 0.39 0.97 0 0.65 276 0.93 0.18
Hex 36 3 58 27 61 0 41 114 5D 12
Octal 66 3 130 47 141 0 101 424 135 22
Binary 110110 11 1011000 100111 1100001 0 1000001 100010100 1011101 10010

Color Harmonies of #360358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360358

Black with #360358

Text Example


Text Example

White with #360358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360358; }

 p { color: rgb(54,3,88); }

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

background-color css

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

 a { background-color: rgb(54,3,88); }

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

border-color css

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

 span { border-color: rgb(54,3,88); }

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