Html Css Color HEX #360440 Blackcurrant

📋 copy color: '#360440'

red 54 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #360440

Tints of Blackcurrant #360440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 64 (25.39% from 255) = 52.46%

R = 44.26%
G = 3.28%
B = 52.46%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#360440 (or 0x360440) is known color: Blackcurrant. HEX triplet: 36, 04 and 40. RGB value is (54,4,64). Sum of RGB (Red+Green+Blue) = 54+4+64=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #360440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360440 is #C9FBBF. Grayscale: #191919. Windows color (decimal): -13237184 or 4195382. OLE color: 4195382.

HSL color Cylindrical-coordinate representation of color #360440: hue angle of 290º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360440 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 4 64 -
CMYK 0.16 0.94 0 0.75
HSL 290º 0.88% 0.13% -
HSV(B) 290º 0.94% 0.25% -
XYZ 2.49 1.24 4.96 -
YUV 25.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 54 4 64 0.16 0.94 0 0.75 290 0.88 0.13
Hex 36 4 40 10 5E 0 4B 122 58 D
Octal 66 4 100 20 136 0 113 442 130 15
Binary 110110 100 1000000 10000 1011110 0 1001011 100100010 1011000 1101

Color Harmonies of #360440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360440

Black with #360440

Text Example


Text Example

White with #360440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360440; }

 p { color: rgb(54,4,64); }

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

background-color css

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

 a { background-color: rgb(54,4,64); }

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

border-color css

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

 span { border-color: rgb(54,4,64); }

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