Html Css Color HEX #360249 Blackcurrant

📋 copy color: '#360249'

red 54 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #360249

Tints of Blackcurrant #360249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 73 (28.91% from 255) = 56.59%

R = 41.86%
G = 1.55%
B = 56.59%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#360249 (or 0x360249) is known color: Blackcurrant. HEX triplet: 36, 02 and 49. RGB value is (54,2,73). Sum of RGB (Red+Green+Blue) = 54+2+73=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #360249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360249 is #C9FDB6. Grayscale: #191919. Windows color (decimal): -13237687 or 4784694. OLE color: 4784694.

HSL color Cylindrical-coordinate representation of color #360249: hue angle of 283.94º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360249 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 2 73 -
CMYK 0.26 0.97 0 0.71
HSL 283.94º 0.95% 0.15% -
HSV(B) 283.94º 0.97% 0.29% -
XYZ 2.75 1.31 6.41 -
YUV 25.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 54 2 73 0.26 0.97 0 0.71 283.94 0.95 0.15
Hex 36 2 49 1A 61 0 47 11C 5F F
Octal 66 2 111 32 141 0 107 434 137 17
Binary 110110 10 1001001 11010 1100001 0 1000111 100011100 1011111 1111

Color Harmonies of #360249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360249

Black with #360249

Text Example


Text Example

White with #360249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360249; }

 p { color: rgb(54,2,73); }

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

background-color css

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

 a { background-color: rgb(54,2,73); }

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

border-color css

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

 span { border-color: rgb(54,2,73); }

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