Html Css Color HEX #360048 Blackcurrant

📋 copy color: '#360048'

red 54 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #360048

Tints of Blackcurrant #360048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360048 (or 0x360048) is known color: Blackcurrant. HEX triplet: 36, 00 and 48. RGB value is (54,0,72). Sum of RGB (Red+Green+Blue) = 54+0+72=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #360048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360048 is #C9FFB7. Grayscale: #181818. Windows color (decimal): -13238200 or 4718646. OLE color: 4718646.

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

Color convert

RGB 54 0 72 -
CMYK 0.25 1 0 0.72
HSL 285º 1% 0.14% -
HSV(B) 285º 1% 0.28% -
XYZ 2.69 1.25 6.23 -
YUV 24.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 54 0 72 0.25 1 0 0.72 285 1 0.14
Hex 36 0 48 19 64 0 48 11D 64 E
Octal 66 0 110 31 144 0 110 435 144 16
Binary 110110 0 1001000 11001 1100100 0 1001000 100011101 1100100 1110

Color Harmonies of #360048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360048

Black with #360048

Text Example


Text Example

White with #360048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360048; }

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

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

background-color css

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

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

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

border-color css

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

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

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