Html Css Color HEX #361741 Blackcurrant

📋 copy color: '#361741'

red 54 ◦ green 23 ◦ blue 65

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

Shades of Blackcurrant #361741

Tints of Blackcurrant #361741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 38.03%
G = 16.2%
B = 45.77%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361741 (or 0x361741) is known color: Blackcurrant. HEX triplet: 36, 17 and 41. RGB value is (54,23,65). Sum of RGB (Red+Green+Blue) = 54+23+65=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #361741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361741 is #C9E8BE. Grayscale: #242424. Windows color (decimal): -13232319 or 4265782. OLE color: 4265782.

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

Color convert

RGB 54 23 65 -
CMYK 0.17 0.65 0 0.75
HSL 284.29º 0.48% 0.17% -
HSV(B) 284.29º 0.65% 0.25% -
XYZ 2.78 1.78 5.2 -
YUV 37.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 54 23 65 0.17 0.65 0 0.75 284.29 0.48 0.17
Hex 36 17 41 11 41 0 4B 11C 30 11
Octal 66 27 101 21 101 0 113 434 60 21
Binary 110110 10111 1000001 10001 1000001 0 1001011 100011100 110000 10001

Color Harmonies of #361741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361741

Black with #361741

Text Example


Text Example

White with #361741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361741; }

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

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

background-color css

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

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

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

border-color css

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

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

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