Html Css Color HEX #360247 Blackcurrant

📋 copy color: '#360247'

red 54 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #360247

Tints of Blackcurrant #360247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 55.91%

R = 42.52%
G = 1.57%
B = 55.91%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#360247 (or 0x360247) is known color: Blackcurrant. HEX triplet: 36, 02 and 47. RGB value is (54,2,71). Sum of RGB (Red+Green+Blue) = 54+2+71=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #360247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360247 is #C9FDB8. Grayscale: #191919. Windows color (decimal): -13237689 or 4653622. OLE color: 4653622.

HSL color Cylindrical-coordinate representation of color #360247: hue angle of 285.22º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360247 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 2 71 -
CMYK 0.24 0.97 0 0.72
HSL 285.22º 0.95% 0.14% -
HSV(B) 285.22º 0.97% 0.28% -
XYZ 2.68 1.28 6.07 -
YUV 25.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 54 2 71 0.24 0.97 0 0.72 285.22 0.95 0.14
Hex 36 2 47 18 61 0 48 11D 5F E
Octal 66 2 107 30 141 0 110 435 137 16
Binary 110110 10 1000111 11000 1100001 0 1001000 100011101 1011111 1110

Color Harmonies of #360247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360247

Black with #360247

Text Example


Text Example

White with #360247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360247; }

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

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

background-color css

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

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

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

border-color css

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

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

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