Html Css Color HEX #361841 Blackcurrant

📋 copy color: '#361841'

red 54 ◦ green 24 ◦ blue 65

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

Shades of Blackcurrant #361841

Tints of Blackcurrant #361841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.78%

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

R = 37.76%
G = 16.78%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361841 (or 0x361841) is known color: Blackcurrant. HEX triplet: 36, 18 and 41. RGB value is (54,24,65). Sum of RGB (Red+Green+Blue) = 54+24+65=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #361841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361841 is #C9E7BE. Grayscale: #252525. Windows color (decimal): -13232063 or 4266038. OLE color: 4266038.

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

Color convert

RGB 54 24 65 -
CMYK 0.17 0.63 0 0.75
HSL 283.9º 0.46% 0.17% -
HSV(B) 283.9º 0.63% 0.25% -
XYZ 2.8 1.82 5.2 -
YUV 37.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 54 24 65 0.17 0.63 0 0.75 283.9 0.46 0.17
Hex 36 18 41 11 3F 0 4B 11C 2E 11
Octal 66 30 101 21 77 0 113 434 56 21
Binary 110110 11000 1000001 10001 111111 0 1001011 100011100 101110 10001

Color Harmonies of #361841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361841

Black with #361841

Text Example


Text Example

White with #361841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361841; }

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

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

background-color css

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

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

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

border-color css

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

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

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