Html Css Color HEX #361946 Blackcurrant

📋 copy color: '#361946'

red 54 ◦ green 25 ◦ blue 70

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

Shades of Blackcurrant #361946

Tints of Blackcurrant #361946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

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

R = 36.24%
G = 16.78%
B = 46.98%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361946 (or 0x361946) is known color: Blackcurrant. HEX triplet: 36, 19 and 46. RGB value is (54,25,70). Sum of RGB (Red+Green+Blue) = 54+25+70=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #361946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361946 is #C9E6B9. Grayscale: #262626. Windows color (decimal): -13231802 or 4593974. OLE color: 4593974.

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

Color convert

RGB 54 25 70 -
CMYK 0.23 0.64 0 0.73
HSL 278.67º 0.47% 0.19% -
HSV(B) 278.67º 0.64% 0.27% -
XYZ 2.97 1.92 6.01 -
YUV 38.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 54 25 70 0.23 0.64 0 0.73 278.67 0.47 0.19
Hex 36 19 46 17 40 0 49 117 2F 13
Octal 66 31 106 27 100 0 111 427 57 23
Binary 110110 11001 1000110 10111 1000000 0 1001001 100010111 101111 10011

Color Harmonies of #361946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361946

Black with #361946

Text Example


Text Example

White with #361946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361946; }

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

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

background-color css

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

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

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

border-color css

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

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

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