Html Css Color HEX #360E41 Blackcurrant

📋 copy color: '#360E41'

red 54 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #360E41

Tints of Blackcurrant #360E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

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

R = 40.6%
G = 10.53%
B = 48.87%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360E41 (or 0x360E41) is known color: Blackcurrant. HEX triplet: 36, 0E and 41. RGB value is (54,14,65). Sum of RGB (Red+Green+Blue) = 54+14+65=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #360E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E41 is #C9F1BE. Grayscale: #1F1F1F. Windows color (decimal): -13234623 or 4263478. OLE color: 4263478.

HSL color Cylindrical-coordinate representation of color #360E41: hue angle of 287.06º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360E41 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 14 65 -
CMYK 0.17 0.78 0 0.75
HSL 287.06º 0.65% 0.15% -
HSV(B) 287.06º 0.78% 0.25% -
XYZ 2.63 1.48 5.15 -
YUV 31.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 54 14 65 0.17 0.78 0 0.75 287.06 0.65 0.15
Hex 36 E 41 11 4E 0 4B 11F 41 F
Octal 66 16 101 21 116 0 113 437 101 17
Binary 110110 1110 1000001 10001 1001110 0 1001011 100011111 1000001 1111

Color Harmonies of #360E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E41

Black with #360E41

Text Example


Text Example

White with #360E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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