Html Css Color HEX #361641 Blackcurrant

📋 copy color: '#361641'

red 54 ◦ green 22 ◦ blue 65

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

Shades of Blackcurrant #361641

Tints of Blackcurrant #361641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

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

R = 38.3%
G = 15.6%
B = 46.1%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361641 (or 0x361641) is known color: Blackcurrant. HEX triplet: 36, 16 and 41. RGB value is (54,22,65). Sum of RGB (Red+Green+Blue) = 54+22+65=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #361641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361641 is #C9E9BE. Grayscale: #242424. Windows color (decimal): -13232575 or 4265526. OLE color: 4265526.

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

Color convert

RGB 54 22 65 -
CMYK 0.17 0.66 0 0.75
HSL 284.65º 0.49% 0.17% -
HSV(B) 284.65º 0.66% 0.25% -
XYZ 2.76 1.74 5.19 -
YUV 36.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 54 22 65 0.17 0.66 0 0.75 284.65 0.49 0.17
Hex 36 16 41 11 42 0 4B 11D 31 11
Octal 66 26 101 21 102 0 113 435 61 21
Binary 110110 10110 1000001 10001 1000010 0 1001011 100011101 110001 10001

Color Harmonies of #361641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361641

Black with #361641

Text Example


Text Example

White with #361641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361641; }

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

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

background-color css

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

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

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

border-color css

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

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

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