Html Css Color HEX #361152 Blackcurrant

📋 copy color: '#361152'

red 54 ◦ green 17 ◦ blue 82

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

Shades of Blackcurrant #361152

Tints of Blackcurrant #361152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 82 (32.42% from 255) = 53.59%

R = 35.29%
G = 11.11%
B = 53.59%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#361152 (or 0x361152) is known color: Blackcurrant. HEX triplet: 36, 11 and 52. RGB value is (54,17,82). Sum of RGB (Red+Green+Blue) = 54+17+82=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #361152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361152 is #C9EEAD. Grayscale: #232323. Windows color (decimal): -13233838 or 5378358. OLE color: 5378358.

HSL color Cylindrical-coordinate representation of color #361152: hue angle of 274.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361152 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 17 82 -
CMYK 0.34 0.79 0 0.68
HSL 274.15º 0.66% 0.19% -
HSV(B) 274.15º 0.79% 0.32% -
XYZ 3.24 1.79 8.16 -
YUV 35.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 54 17 82 0.34 0.79 0 0.68 274.15 0.66 0.19
Hex 36 11 52 22 4F 0 44 112 42 13
Octal 66 21 122 42 117 0 104 422 102 23
Binary 110110 10001 1010010 100010 1001111 0 1000100 100010010 1000010 10011

Color Harmonies of #361152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361152

Black with #361152

Text Example


Text Example

White with #361152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361152; }

 p { color: rgb(54,17,82); }

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

background-color css

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

 a { background-color: rgb(54,17,82); }

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

border-color css

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

 span { border-color: rgb(54,17,82); }

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