Html Css Color HEX #360F50 Blackcurrant

📋 copy color: '#360F50'

red 54 ◦ green 15 ◦ blue 80

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

Shades of Blackcurrant #360F50

Tints of Blackcurrant #360F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 36.24%
G = 10.07%
B = 53.69%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#360F50 (or 0x360F50) is known color: Blackcurrant. HEX triplet: 36, 0F and 50. RGB value is (54,15,80). Sum of RGB (Red+Green+Blue) = 54+15+80=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #360F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F50 is #C9F0AF. Grayscale: #212121. Windows color (decimal): -13234352 or 5246774. OLE color: 5246774.

HSL color Cylindrical-coordinate representation of color #360F50: hue angle of 276º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360F50 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 15 80 -
CMYK 0.33 0.81 0 0.69
HSL 276º 0.68% 0.19% -
HSV(B) 276º 0.81% 0.31% -
XYZ 3.14 1.71 7.75 -
YUV 34.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 54 15 80 0.33 0.81 0 0.69 276 0.68 0.19
Hex 36 F 50 21 51 0 45 114 44 13
Octal 66 17 120 41 121 0 105 424 104 23
Binary 110110 1111 1010000 100001 1010001 0 1000101 100010100 1000100 10011

Color Harmonies of #360F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F50

Black with #360F50

Text Example


Text Example

White with #360F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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