Html Css Color HEX #361548 Blackcurrant

📋 copy color: '#361548'

red 54 ◦ green 21 ◦ blue 72

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

Shades of Blackcurrant #361548

Tints of Blackcurrant #361548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

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

R = 36.73%
G = 14.29%
B = 48.98%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#361548 (or 0x361548) is known color: Blackcurrant. HEX triplet: 36, 15 and 48. RGB value is (54,21,72). Sum of RGB (Red+Green+Blue) = 54+21+72=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #361548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361548 is #C9EAB7. Grayscale: #242424. Windows color (decimal): -13232824 or 4724022. OLE color: 4724022.

HSL color Cylindrical-coordinate representation of color #361548: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #361548 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 21 72 -
CMYK 0.25 0.71 0 0.72
HSL 278.82º 0.55% 0.18% -
HSV(B) 278.82º 0.71% 0.28% -
XYZ 2.96 1.79 6.32 -
YUV 36.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 54 21 72 0.25 0.71 0 0.72 278.82 0.55 0.18
Hex 36 15 48 19 47 0 48 117 37 12
Octal 66 25 110 31 107 0 110 427 67 22
Binary 110110 10101 1001000 11001 1000111 0 1001000 100010111 110111 10010

Color Harmonies of #361548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361548

Black with #361548

Text Example


Text Example

White with #361548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361548; }

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

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

background-color css

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

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

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

border-color css

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

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

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