Html Css Color HEX #362441 Blackcurrant

📋 copy color: '#362441'

red 54 ◦ green 36 ◦ blue 65

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

Shades of Blackcurrant #362441

Tints of Blackcurrant #362441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 34.84%
G = 23.23%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362441 (or 0x362441) is known color: Blackcurrant. HEX triplet: 36, 24 and 41. RGB value is (54,36,65). Sum of RGB (Red+Green+Blue) = 54+36+65=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #362441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362441 is #C9DBBE. Grayscale: #2C2C2C. Windows color (decimal): -13228991 or 4269110. OLE color: 4269110.

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

Color convert

RGB 54 36 65 -
CMYK 0.17 0.45 0 0.75
HSL 277.24º 0.29% 0.2% -
HSV(B) 277.24º 0.45% 0.25% -
XYZ 3.11 2.43 5.31 -
YUV 44.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 54 36 65 0.17 0.45 0 0.75 277.24 0.29 0.2
Hex 36 24 41 11 2D 0 4B 115 1D 14
Octal 66 44 101 21 55 0 113 425 35 24
Binary 110110 100100 1000001 10001 101101 0 1001011 100010101 11101 10100

Color Harmonies of #362441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362441

Black with #362441

Text Example


Text Example

White with #362441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362441; }

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

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

background-color css

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

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

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

border-color css

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

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

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