Html Css Color HEX #360141 Blackcurrant

📋 copy color: '#360141'

red 54 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #360141

Tints of Blackcurrant #360141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 45%
G = 0.83%
B = 54.17%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360141 (or 0x360141) is known color: Blackcurrant. HEX triplet: 36, 01 and 41. RGB value is (54,1,65). Sum of RGB (Red+Green+Blue) = 54+1+65=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #360141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360141 is #C9FEBE. Grayscale: #171717. Windows color (decimal): -13237951 or 4260150. OLE color: 4260150.

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

Color convert

RGB 54 1 65 -
CMYK 0.17 0.98 0 0.75
HSL 289.69º 0.97% 0.13% -
HSV(B) 289.69º 0.98% 0.25% -
XYZ 2.49 1.19 5.1 -
YUV 24.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 54 1 65 0.17 0.98 0 0.75 289.69 0.97 0.13
Hex 36 1 41 11 62 0 4B 122 61 D
Octal 66 1 101 21 142 0 113 442 141 15
Binary 110110 1 1000001 10001 1100010 0 1001011 100100010 1100001 1101

Color Harmonies of #360141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360141

Black with #360141

Text Example


Text Example

White with #360141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360141; }

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

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

background-color css

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

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

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

border-color css

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

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

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