Html Css Color HEX #360741 Blackcurrant

📋 copy color: '#360741'

red 54 ◦ green 7 ◦ blue 65

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

Shades of Blackcurrant #360741

Tints of Blackcurrant #360741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 42.86%
G = 5.56%
B = 51.59%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360741 (or 0x360741) is known color: Blackcurrant. HEX triplet: 36, 07 and 41. RGB value is (54,7,65). Sum of RGB (Red+Green+Blue) = 54+7+65=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #360741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360741 is #C9F8BE. Grayscale: #1B1B1B. Windows color (decimal): -13236415 or 4261686. OLE color: 4261686.

HSL color Cylindrical-coordinate representation of color #360741: hue angle of 288.62º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360741 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 7 65 -
CMYK 0.17 0.89 0 0.75
HSL 288.62º 0.81% 0.14% -
HSV(B) 288.62º 0.89% 0.25% -
XYZ 2.55 1.32 5.12 -
YUV 27.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 54 7 65 0.17 0.89 0 0.75 288.62 0.81 0.14
Hex 36 7 41 11 59 0 4B 121 51 E
Octal 66 7 101 21 131 0 113 441 121 16
Binary 110110 111 1000001 10001 1011001 0 1001011 100100001 1010001 1110

Color Harmonies of #360741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360741

Black with #360741

Text Example


Text Example

White with #360741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360741; }

 p { color: rgb(54,7,65); }

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

background-color css

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

 a { background-color: rgb(54,7,65); }

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

border-color css

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

 span { border-color: rgb(54,7,65); }

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