Html Css Color HEX #361C41 Blackcurrant

📋 copy color: '#361C41'

red 54 ◦ green 28 ◦ blue 65

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

Shades of Blackcurrant #361C41

Tints of Blackcurrant #361C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 36.73%
G = 19.05%
B = 44.22%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361C41 (or 0x361C41) is known color: Blackcurrant. HEX triplet: 36, 1C and 41. RGB value is (54,28,65). Sum of RGB (Red+Green+Blue) = 54+28+65=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #361C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C41 is #C9E3BE. Grayscale: #272727. Windows color (decimal): -13231039 or 4267062. OLE color: 4267062.

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

Color convert

RGB 54 28 65 -
CMYK 0.17 0.57 0 0.75
HSL 282.16º 0.4% 0.18% -
HSV(B) 282.16º 0.57% 0.25% -
XYZ 2.89 2 5.23 -
YUV 39.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 54 28 65 0.17 0.57 0 0.75 282.16 0.4 0.18
Hex 36 1C 41 11 39 0 4B 11A 28 12
Octal 66 34 101 21 71 0 113 432 50 22
Binary 110110 11100 1000001 10001 111001 0 1001011 100011010 101000 10010

Color Harmonies of #361C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C41

Black with #361C41

Text Example


Text Example

White with #361C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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