Html Css Color HEX #360146 Blackcurrant

📋 copy color: '#360146'

red 54 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #360146

Tints of Blackcurrant #360146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 56%

R = 43.2%
G = 0.8%
B = 56%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#360146 (or 0x360146) is known color: Blackcurrant. HEX triplet: 36, 01 and 46. RGB value is (54,1,70). Sum of RGB (Red+Green+Blue) = 54+1+70=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #360146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360146 is #C9FEB9. Grayscale: #181818. Windows color (decimal): -13237946 or 4587830. OLE color: 4587830.

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

Color convert

RGB 54 1 70 -
CMYK 0.23 0.99 0 0.73
HSL 286.09º 0.97% 0.14% -
HSV(B) 286.09º 0.99% 0.27% -
XYZ 2.64 1.25 5.9 -
YUV 24.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 54 1 70 0.23 0.99 0 0.73 286.09 0.97 0.14
Hex 36 1 46 17 63 0 49 11E 61 E
Octal 66 1 106 27 143 0 111 436 141 16
Binary 110110 1 1000110 10111 1100011 0 1001001 100011110 1100001 1110

Color Harmonies of #360146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360146

Black with #360146

Text Example


Text Example

White with #360146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360146; }

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

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

background-color css

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

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

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

border-color css

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

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

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