Html Css Color HEX #362341 Blackcurrant

📋 copy color: '#362341'

red 54 ◦ green 35 ◦ blue 65

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

Shades of Blackcurrant #362341

Tints of Blackcurrant #362341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 35.06%
G = 22.73%
B = 42.21%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362341 (or 0x362341) is known color: Blackcurrant. HEX triplet: 36, 23 and 41. RGB value is (54,35,65). Sum of RGB (Red+Green+Blue) = 54+35+65=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #362341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362341 is #C9DCBE. Grayscale: #2B2B2B. Windows color (decimal): -13229247 or 4268854. OLE color: 4268854.

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

Color convert

RGB 54 35 65 -
CMYK 0.17 0.46 0 0.75
HSL 278º 0.3% 0.2% -
HSV(B) 278º 0.46% 0.25% -
XYZ 3.08 2.37 5.3 -
YUV 44.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 54 35 65 0.17 0.46 0 0.75 278 0.3 0.2
Hex 36 23 41 11 2E 0 4B 116 1E 14
Octal 66 43 101 21 56 0 113 426 36 24
Binary 110110 100011 1000001 10001 101110 0 1001011 100010110 11110 10100

Color Harmonies of #362341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362341

Black with #362341

Text Example


Text Example

White with #362341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362341; }

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

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

background-color css

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

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

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

border-color css

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

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

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