Html Css Color HEX #362340 Blackcurrant

📋 copy color: '#362340'

red 54 ◦ green 35 ◦ blue 64

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

Shades of Blackcurrant #362340

Tints of Blackcurrant #362340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.83%

R = 35.29%
G = 22.88%
B = 41.83%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#362340 (or 0x362340) is known color: Blackcurrant. HEX triplet: 36, 23 and 40. RGB value is (54,35,64). Sum of RGB (Red+Green+Blue) = 54+35+64=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #362340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362340 is #C9DCBF. Grayscale: #2B2B2B. Windows color (decimal): -13229248 or 4203318. OLE color: 4203318.

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

Color convert

RGB 54 35 64 -
CMYK 0.16 0.45 0 0.75
HSL 279.31º 0.29% 0.19% -
HSV(B) 279.31º 0.45% 0.25% -
XYZ 3.05 2.36 5.14 -
YUV 43.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 54 35 64 0.16 0.45 0 0.75 279.31 0.29 0.19
Hex 36 23 40 10 2D 0 4B 117 1D 13
Octal 66 43 100 20 55 0 113 427 35 23
Binary 110110 100011 1000000 10000 101101 0 1001011 100010111 11101 10011

Color Harmonies of #362340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362340

Black with #362340

Text Example


Text Example

White with #362340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362340; }

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

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

background-color css

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

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

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

border-color css

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

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

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