Html Css Color HEX #361544 Blackcurrant

📋 copy color: '#361544'

red 54 ◦ green 21 ◦ blue 68

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

Shades of Blackcurrant #361544

Tints of Blackcurrant #361544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 68 (26.95% from 255) = 47.55%

R = 37.76%
G = 14.69%
B = 47.55%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361544 (or 0x361544) is known color: Blackcurrant. HEX triplet: 36, 15 and 44. RGB value is (54,21,68). Sum of RGB (Red+Green+Blue) = 54+21+68=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #361544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361544 is #C9EABB. Grayscale: #242424. Windows color (decimal): -13232828 or 4461878. OLE color: 4461878.

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

Color convert

RGB 54 21 68 -
CMYK 0.21 0.69 0 0.73
HSL 282.13º 0.53% 0.17% -
HSV(B) 282.13º 0.69% 0.27% -
XYZ 2.83 1.74 5.65 -
YUV 36.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 54 21 68 0.21 0.69 0 0.73 282.13 0.53 0.17
Hex 36 15 44 15 45 0 49 11A 35 11
Octal 66 25 104 25 105 0 111 432 65 21
Binary 110110 10101 1000100 10101 1000101 0 1001001 100011010 110101 10001

Color Harmonies of #361544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361544

Black with #361544

Text Example


Text Example

White with #361544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361544; }

 p { color: rgb(54,21,68); }

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

background-color css

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

 a { background-color: rgb(54,21,68); }

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

border-color css

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

 span { border-color: rgb(54,21,68); }

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