Html Css Color HEX #360F4D Blackcurrant

📋 copy color: '#360F4D'

red 54 ◦ green 15 ◦ blue 77

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

Shades of Blackcurrant #360F4D

Tints of Blackcurrant #360F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.27%

 BLUE value IS 77 (30.47% from 255) = 52.74%

R = 36.99%
G = 10.27%
B = 52.74%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#360F4D (or 0x360F4D) is known color: Blackcurrant. HEX triplet: 36, 0F and 4D. RGB value is (54,15,77). Sum of RGB (Red+Green+Blue) = 54+15+77=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #360F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F4D is #C9F0B2. Grayscale: #212121. Windows color (decimal): -13234355 or 5050166. OLE color: 5050166.

HSL color Cylindrical-coordinate representation of color #360F4D: hue angle of 277.74º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360F4D is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 15 77 -
CMYK 0.30 0.81 0 0.70
HSL 277.74º 0.67% 0.18% -
HSV(B) 277.74º 0.81% 0.3% -
XYZ 3.03 1.66 7.18 -
YUV 33.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 54 15 77 0.30 0.81 0 0.70 277.74 0.67 0.18
Hex 36 F 4D 1E 51 0 46 116 43 12
Octal 66 17 115 36 121 0 106 426 103 22
Binary 110110 1111 1001101 11110 1010001 0 1000110 100010110 1000011 10010

Color Harmonies of #360F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F4D

Black with #360F4D

Text Example


Text Example

White with #360F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360F4D; }

 p { color: rgb(54,15,77); }

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

background-color css

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

 a { background-color: rgb(54,15,77); }

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

border-color css

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

 span { border-color: rgb(54,15,77); }

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