Html Css Color HEX #360147 Blackcurrant

📋 copy color: '#360147'

red 54 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #360147

Tints of Blackcurrant #360147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 42.86%
G = 0.79%
B = 56.35%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360147 (or 0x360147) is known color: Blackcurrant. HEX triplet: 36, 01 and 47. RGB value is (54,1,71). Sum of RGB (Red+Green+Blue) = 54+1+71=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #360147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360147 is #C9FEB8. Grayscale: #181818. Windows color (decimal): -13237945 or 4653366. OLE color: 4653366.

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

Color convert

RGB 54 1 71 -
CMYK 0.24 0.99 0 0.72
HSL 285.43º 0.97% 0.14% -
HSV(B) 285.43º 0.99% 0.28% -
XYZ 2.67 1.26 6.06 -
YUV 24.83 154.06 148.81 -
System Red Green Blue C M Y K H S L
Decimal 54 1 71 0.24 0.99 0 0.72 285.43 0.97 0.14
Hex 36 1 47 18 63 0 48 11D 61 E
Octal 66 1 107 30 143 0 110 435 141 16
Binary 110110 1 1000111 11000 1100011 0 1001000 100011101 1100001 1110

Color Harmonies of #360147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360147

Black with #360147

Text Example


Text Example

White with #360147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360147; }

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

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

background-color css

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

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

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

border-color css

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

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

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