Html Css Color HEX #360241 Blackcurrant

📋 copy color: '#360241'

red 54 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #360241

Tints of Blackcurrant #360241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 44.63%
G = 1.65%
B = 53.72%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360241 (or 0x360241) is known color: Blackcurrant. HEX triplet: 36, 02 and 41. RGB value is (54,2,65). Sum of RGB (Red+Green+Blue) = 54+2+65=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #360241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360241 is #C9FDBE. Grayscale: #181818. Windows color (decimal): -13237695 or 4260406. OLE color: 4260406.

HSL color Cylindrical-coordinate representation of color #360241: hue angle of 289.52º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360241 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 2 65 -
CMYK 0.17 0.97 0 0.75
HSL 289.52º 0.94% 0.13% -
HSV(B) 289.52º 0.97% 0.25% -
XYZ 2.5 1.21 5.1 -
YUV 24.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 54 2 65 0.17 0.97 0 0.75 289.52 0.94 0.13
Hex 36 2 41 11 61 0 4B 122 5E D
Octal 66 2 101 21 141 0 113 442 136 15
Binary 110110 10 1000001 10001 1100001 0 1001011 100100010 1011110 1101

Color Harmonies of #360241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360241

Black with #360241

Text Example


Text Example

White with #360241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360241; }

 p { color: rgb(54,2,65); }

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

background-color css

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

 a { background-color: rgb(54,2,65); }

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

border-color css

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

 span { border-color: rgb(54,2,65); }

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