Html Css Color HEX #361546 Blackcurrant

📋 copy color: '#361546'

red 54 ◦ green 21 ◦ blue 70

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

Shades of Blackcurrant #361546

Tints of Blackcurrant #361546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 37.24%
G = 14.48%
B = 48.28%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361546 (or 0x361546) is known color: Blackcurrant. HEX triplet: 36, 15 and 46. RGB value is (54,21,70). Sum of RGB (Red+Green+Blue) = 54+21+70=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #361546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361546 is #C9EAB9. Grayscale: #242424. Windows color (decimal): -13232826 or 4592950. OLE color: 4592950.

HSL color Cylindrical-coordinate representation of color #361546: hue angle of 280.41º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361546 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 21 70 -
CMYK 0.23 0.70 0 0.73
HSL 280.41º 0.54% 0.18% -
HSV(B) 280.41º 0.7% 0.27% -
XYZ 2.89 1.76 5.98 -
YUV 36.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 54 21 70 0.23 0.70 0 0.73 280.41 0.54 0.18
Hex 36 15 46 17 46 0 49 118 36 12
Octal 66 25 106 27 106 0 111 430 66 22
Binary 110110 10101 1000110 10111 1000110 0 1001001 100011000 110110 10010

Color Harmonies of #361546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361546

Black with #361546

Text Example


Text Example

White with #361546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361546; }

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

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

background-color css

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

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

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

border-color css

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

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

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