Html Css Color HEX #361E48 Blackcurrant

📋 copy color: '#361E48'

red 54 ◦ green 30 ◦ blue 72

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

Shades of Blackcurrant #361E48

Tints of Blackcurrant #361E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 34.62%
G = 19.23%
B = 46.15%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361E48 (or 0x361E48) is known color: Blackcurrant. HEX triplet: 36, 1E and 48. RGB value is (54,30,72). Sum of RGB (Red+Green+Blue) = 54+30+72=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #361E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E48 is #C9E1B7. Grayscale: #292929. Windows color (decimal): -13230520 or 4726326. OLE color: 4726326.

HSL color Cylindrical-coordinate representation of color #361E48: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #361E48 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 30 72 -
CMYK 0.25 0.58 0 0.72
HSL 274.29º 0.41% 0.2% -
HSV(B) 274.29º 0.58% 0.28% -
XYZ 3.16 2.18 6.39 -
YUV 41.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 54 30 72 0.25 0.58 0 0.72 274.29 0.41 0.2
Hex 36 1E 48 19 3A 0 48 112 29 14
Octal 66 36 110 31 72 0 110 422 51 24
Binary 110110 11110 1001000 11001 111010 0 1001000 100010010 101001 10100

Color Harmonies of #361E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361E48

Black with #361E48

Text Example


Text Example

White with #361E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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