Html Css Color HEX #361246 Blackcurrant

📋 copy color: '#361246'

red 54 ◦ green 18 ◦ blue 70

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

Shades of Blackcurrant #361246

Tints of Blackcurrant #361246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 70 (27.73% from 255) = 49.3%

R = 38.03%
G = 12.68%
B = 49.3%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361246 (or 0x361246) is known color: Blackcurrant. HEX triplet: 36, 12 and 46. RGB value is (54,18,70). Sum of RGB (Red+Green+Blue) = 54+18+70=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #361246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361246 is #C9EDB9. Grayscale: #222222. Windows color (decimal): -13233594 or 4592182. OLE color: 4592182.

HSL color Cylindrical-coordinate representation of color #361246: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361246 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 18 70 -
CMYK 0.23 0.74 0 0.73
HSL 281.54º 0.59% 0.17% -
HSV(B) 281.54º 0.74% 0.27% -
XYZ 2.84 1.66 5.96 -
YUV 34.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 54 18 70 0.23 0.74 0 0.73 281.54 0.59 0.17
Hex 36 12 46 17 4A 0 49 11A 3B 11
Octal 66 22 106 27 112 0 111 432 73 21
Binary 110110 10010 1000110 10111 1001010 0 1001001 100011010 111011 10001

Color Harmonies of #361246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361246

Black with #361246

Text Example


Text Example

White with #361246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361246; }

 p { color: rgb(54,18,70); }

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

background-color css

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

 a { background-color: rgb(54,18,70); }

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

border-color css

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

 span { border-color: rgb(54,18,70); }

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