Html Css Color HEX #360641 Blackcurrant

📋 copy color: '#360641'

red 54 ◦ green 6 ◦ blue 65

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

Shades of Blackcurrant #360641

Tints of Blackcurrant #360641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

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

R = 43.2%
G = 4.8%
B = 52%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360641 (or 0x360641) is known color: Blackcurrant. HEX triplet: 36, 06 and 41. RGB value is (54,6,65). Sum of RGB (Red+Green+Blue) = 54+6+65=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #360641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360641 is #C9F9BE. Grayscale: #1A1A1A. Windows color (decimal): -13236671 or 4261430. OLE color: 4261430.

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

Color convert

RGB 54 6 65 -
CMYK 0.17 0.91 0 0.75
HSL 288.81º 0.83% 0.14% -
HSV(B) 288.81º 0.91% 0.25% -
XYZ 2.54 1.3 5.12 -
YUV 27.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 54 6 65 0.17 0.91 0 0.75 288.81 0.83 0.14
Hex 36 6 41 11 5B 0 4B 121 53 E
Octal 66 6 101 21 133 0 113 441 123 16
Binary 110110 110 1000001 10001 1011011 0 1001011 100100001 1010011 1110

Color Harmonies of #360641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360641

Black with #360641

Text Example


Text Example

White with #360641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360641; }

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

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

background-color css

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

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

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

border-color css

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

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

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