Html Css Color HEX #360148 Blackcurrant

📋 copy color: '#360148'

red 54 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #360148

Tints of Blackcurrant #360148

RGB

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

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

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

R = 42.52%
G = 0.79%
B = 56.69%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360148 (or 0x360148) is known color: Blackcurrant. HEX triplet: 36, 01 and 48. RGB value is (54,1,72). Sum of RGB (Red+Green+Blue) = 54+1+72=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #360148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360148 is #C9FEB7. Grayscale: #181818. Windows color (decimal): -13237944 or 4718902. OLE color: 4718902.

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

Color convert

RGB 54 1 72 -
CMYK 0.25 0.99 0 0.72
HSL 284.79º 0.97% 0.14% -
HSV(B) 284.79º 0.99% 0.28% -
XYZ 2.7 1.27 6.23 -
YUV 24.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 54 1 72 0.25 0.99 0 0.72 284.79 0.97 0.14
Hex 36 1 48 19 63 0 48 11D 61 E
Octal 66 1 110 31 143 0 110 435 141 16
Binary 110110 1 1001000 11001 1100011 0 1001000 100011101 1100001 1110

Color Harmonies of #360148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360148

Black with #360148

Text Example


Text Example

White with #360148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360148; }

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

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

background-color css

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

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

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

border-color css

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

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

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