Html Css Color HEX #361E40 Blackcurrant

📋 copy color: '#361E40'

red 54 ◦ green 30 ◦ blue 64

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

Shades of Blackcurrant #361E40

Tints of Blackcurrant #361E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

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

R = 36.49%
G = 20.27%
B = 43.24%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#361E40 (or 0x361E40) is known color: Blackcurrant. HEX triplet: 36, 1E and 40. RGB value is (54,30,64). Sum of RGB (Red+Green+Blue) = 54+30+64=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #361E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E40 is #C9E1BF. Grayscale: #282828. Windows color (decimal): -13230528 or 4202038. OLE color: 4202038.

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

Color convert

RGB 54 30 64 -
CMYK 0.16 0.53 0 0.75
HSL 282.35º 0.36% 0.18% -
HSV(B) 282.35º 0.53% 0.25% -
XYZ 2.91 2.08 5.1 -
YUV 41.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 54 30 64 0.16 0.53 0 0.75 282.35 0.36 0.18
Hex 36 1E 40 10 35 0 4B 11A 24 12
Octal 66 36 100 20 65 0 113 432 44 22
Binary 110110 11110 1000000 10000 110101 0 1001011 100011010 100100 10010

Color Harmonies of #361E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E40

Black with #361E40

Text Example


Text Example

White with #361E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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