Html Css Color HEX #362241 Blackcurrant

📋 copy color: '#362241'

red 54 ◦ green 34 ◦ blue 65

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

Shades of Blackcurrant #362241

Tints of Blackcurrant #362241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 35.29%
G = 22.22%
B = 42.48%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362241 (or 0x362241) is known color: Blackcurrant. HEX triplet: 36, 22 and 41. RGB value is (54,34,65). Sum of RGB (Red+Green+Blue) = 54+34+65=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #362241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362241 is #C9DDBE. Grayscale: #2B2B2B. Windows color (decimal): -13229503 or 4268598. OLE color: 4268598.

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

Color convert

RGB 54 34 65 -
CMYK 0.17 0.48 0 0.75
HSL 278.71º 0.31% 0.19% -
HSV(B) 278.71º 0.48% 0.25% -
XYZ 3.05 2.31 5.29 -
YUV 43.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 54 34 65 0.17 0.48 0 0.75 278.71 0.31 0.19
Hex 36 22 41 11 30 0 4B 117 1F 13
Octal 66 42 101 21 60 0 113 427 37 23
Binary 110110 100010 1000001 10001 110000 0 1001011 100010111 11111 10011

Color Harmonies of #362241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362241

Black with #362241

Text Example


Text Example

White with #362241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362241; }

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

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

background-color css

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

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

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

border-color css

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

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

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