Html Css Color HEX #361C46 Blackcurrant

📋 copy color: '#361C46'

red 54 ◦ green 28 ◦ blue 70

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

Shades of Blackcurrant #361C46

Tints of Blackcurrant #361C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

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

R = 35.53%
G = 18.42%
B = 46.05%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361C46 (or 0x361C46) is known color: Blackcurrant. HEX triplet: 36, 1C and 46. RGB value is (54,28,70). Sum of RGB (Red+Green+Blue) = 54+28+70=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #361C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C46 is #C9E3B9. Grayscale: #282828. Windows color (decimal): -13231034 or 4594742. OLE color: 4594742.

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

Color convert

RGB 54 28 70 -
CMYK 0.23 0.60 0 0.73
HSL 277.14º 0.43% 0.19% -
HSV(B) 277.14º 0.6% 0.27% -
XYZ 3.04 2.06 6.03 -
YUV 40.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 54 28 70 0.23 0.60 0 0.73 277.14 0.43 0.19
Hex 36 1C 46 17 3C 0 49 115 2B 13
Octal 66 34 106 27 74 0 111 425 53 23
Binary 110110 11100 1000110 10111 111100 0 1001001 100010101 101011 10011

Color Harmonies of #361C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C46

Black with #361C46

Text Example


Text Example

White with #361C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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