Html Css Color HEX #360841 Blackcurrant

📋 copy color: '#360841'

red 54 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #360841

Tints of Blackcurrant #360841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

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

R = 42.52%
G = 6.3%
B = 51.18%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360841 (or 0x360841) is known color: Blackcurrant. HEX triplet: 36, 08 and 41. RGB value is (54,8,65). Sum of RGB (Red+Green+Blue) = 54+8+65=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #360841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360841 is #C9F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13236159 or 4261942. OLE color: 4261942.

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

Color convert

RGB 54 8 65 -
CMYK 0.17 0.88 0 0.75
HSL 288.42º 0.78% 0.14% -
HSV(B) 288.42º 0.88% 0.25% -
XYZ 2.56 1.34 5.12 -
YUV 28.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 54 8 65 0.17 0.88 0 0.75 288.42 0.78 0.14
Hex 36 8 41 11 58 0 4B 120 4E E
Octal 66 10 101 21 130 0 113 440 116 16
Binary 110110 1000 1000001 10001 1011000 0 1001011 100100000 1001110 1110

Color Harmonies of #360841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360841

Black with #360841

Text Example


Text Example

White with #360841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360841; }

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

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

background-color css

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

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

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

border-color css

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

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

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