Html Css Color HEX #361041 Blackcurrant

📋 copy color: '#361041'

red 54 ◦ green 16 ◦ blue 65

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

Shades of Blackcurrant #361041

Tints of Blackcurrant #361041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

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

R = 40%
G = 11.85%
B = 48.15%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361041 (or 0x361041) is known color: Blackcurrant. HEX triplet: 36, 10 and 41. RGB value is (54,16,65). Sum of RGB (Red+Green+Blue) = 54+16+65=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #361041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361041 is #C9EFBE. Grayscale: #202020. Windows color (decimal): -13234111 or 4263990. OLE color: 4263990.

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

Color convert

RGB 54 16 65 -
CMYK 0.17 0.75 0 0.75
HSL 286.53º 0.6% 0.16% -
HSV(B) 286.53º 0.75% 0.25% -
XYZ 2.66 1.54 5.16 -
YUV 32.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 54 16 65 0.17 0.75 0 0.75 286.53 0.6 0.16
Hex 36 10 41 11 4B 0 4B 11F 3C 10
Octal 66 20 101 21 113 0 113 437 74 20
Binary 110110 10000 1000001 10001 1001011 0 1001011 100011111 111100 10000

Color Harmonies of #361041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361041

Black with #361041

Text Example


Text Example

White with #361041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361041; }

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

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

background-color css

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

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

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

border-color css

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

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

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