Html Css Color HEX #360F41 Blackcurrant

📋 copy color: '#360F41'

red 54 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #360F41

Tints of Blackcurrant #360F41

RGB

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

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

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

R = 40.3%
G = 11.19%
B = 48.51%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360F41 (or 0x360F41) is known color: Blackcurrant. HEX triplet: 36, 0F and 41. RGB value is (54,15,65). Sum of RGB (Red+Green+Blue) = 54+15+65=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #360F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F41 is #C9F0BE. Grayscale: #202020. Windows color (decimal): -13234367 or 4263734. OLE color: 4263734.

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

Color convert

RGB 54 15 65 -
CMYK 0.17 0.77 0 0.75
HSL 286.8º 0.63% 0.16% -
HSV(B) 286.8º 0.77% 0.25% -
XYZ 2.65 1.51 5.15 -
YUV 32.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 54 15 65 0.17 0.77 0 0.75 286.8 0.63 0.16
Hex 36 F 41 11 4D 0 4B 11F 3E 10
Octal 66 17 101 21 115 0 113 437 76 20
Binary 110110 1111 1000001 10001 1001101 0 1001011 100011111 111110 10000

Color Harmonies of #360F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360F41

Black with #360F41

Text Example


Text Example

White with #360F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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