Html Css Color HEX #360144 Blackcurrant

📋 copy color: '#360144'

red 54 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #360144

Tints of Blackcurrant #360144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 68 (26.95% from 255) = 55.28%

R = 43.9%
G = 0.81%
B = 55.28%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#360144 (or 0x360144) is known color: Blackcurrant. HEX triplet: 36, 01 and 44. RGB value is (54,1,68). Sum of RGB (Red+Green+Blue) = 54+1+68=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #360144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360144 is #C9FEBB. Grayscale: #181818. Windows color (decimal): -13237948 or 4456758. OLE color: 4456758.

HSL color Cylindrical-coordinate representation of color #360144: hue angle of 287.46º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360144 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 1 68 -
CMYK 0.21 0.99 0 0.73
HSL 287.46º 0.97% 0.14% -
HSV(B) 287.46º 0.99% 0.27% -
XYZ 2.58 1.22 5.57 -
YUV 24.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 54 1 68 0.21 0.99 0 0.73 287.46 0.97 0.14
Hex 36 1 44 15 63 0 49 11F 61 E
Octal 66 1 104 25 143 0 111 437 141 16
Binary 110110 1 1000100 10101 1100011 0 1001001 100011111 1100001 1110

Color Harmonies of #360144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360144

Black with #360144

Text Example


Text Example

White with #360144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360144; }

 p { color: rgb(54,1,68); }

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

background-color css

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

 a { background-color: rgb(54,1,68); }

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

border-color css

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

 span { border-color: rgb(54,1,68); }

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