Html Css Color HEX #361B41 Blackcurrant

📋 copy color: '#361B41'

red 54 ◦ green 27 ◦ blue 65

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

Shades of Blackcurrant #361B41

Tints of Blackcurrant #361B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.49%

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

R = 36.99%
G = 18.49%
B = 44.52%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361B41 (or 0x361B41) is known color: Blackcurrant. HEX triplet: 36, 1B and 41. RGB value is (54,27,65). Sum of RGB (Red+Green+Blue) = 54+27+65=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #361B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B41 is #C9E4BE. Grayscale: #272727. Windows color (decimal): -13231295 or 4266806. OLE color: 4266806.

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

Color convert

RGB 54 27 65 -
CMYK 0.17 0.58 0 0.75
HSL 282.63º 0.41% 0.18% -
HSV(B) 282.63º 0.58% 0.25% -
XYZ 2.87 1.95 5.23 -
YUV 39.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 54 27 65 0.17 0.58 0 0.75 282.63 0.41 0.18
Hex 36 1B 41 11 3A 0 4B 11B 29 12
Octal 66 33 101 21 72 0 113 433 51 22
Binary 110110 11011 1000001 10001 111010 0 1001011 100011011 101001 10010

Color Harmonies of #361B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B41

Black with #361B41

Text Example


Text Example

White with #361B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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