Html Css Color HEX #360347 Blackcurrant

📋 copy color: '#360347'

red 54 ◦ green 3 ◦ blue 71

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

Shades of Blackcurrant #360347

Tints of Blackcurrant #360347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.47%

R = 42.19%
G = 2.34%
B = 55.47%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360347 (or 0x360347) is known color: Blackcurrant. HEX triplet: 36, 03 and 47. RGB value is (54,3,71). Sum of RGB (Red+Green+Blue) = 54+3+71=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #360347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360347 is #C9FCB8. Grayscale: #191919. Windows color (decimal): -13237433 or 4653878. OLE color: 4653878.

HSL color Cylindrical-coordinate representation of color #360347: hue angle of 285º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360347 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 3 71 -
CMYK 0.24 0.96 0 0.72
HSL 285º 0.92% 0.15% -
HSV(B) 285º 0.96% 0.28% -
XYZ 2.69 1.3 6.07 -
YUV 26 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 54 3 71 0.24 0.96 0 0.72 285 0.92 0.15
Hex 36 3 47 18 60 0 48 11D 5C F
Octal 66 3 107 30 140 0 110 435 134 17
Binary 110110 11 1000111 11000 1100000 0 1001000 100011101 1011100 1111

Color Harmonies of #360347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360347

Black with #360347

Text Example


Text Example

White with #360347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360347; }

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

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

background-color css

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

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

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

border-color css

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

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

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