Html Css Color HEX #361945 Blackcurrant

📋 copy color: '#361945'

red 54 ◦ green 25 ◦ blue 69

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

Shades of Blackcurrant #361945

Tints of Blackcurrant #361945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.89%

 BLUE value IS 69 (27.34% from 255) = 46.62%

R = 36.49%
G = 16.89%
B = 46.62%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361945 (or 0x361945) is known color: Blackcurrant. HEX triplet: 36, 19 and 45. RGB value is (54,25,69). Sum of RGB (Red+Green+Blue) = 54+25+69=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #361945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361945 is #C9E6BA. Grayscale: #262626. Windows color (decimal): -13231803 or 4528438. OLE color: 4528438.

HSL color Cylindrical-coordinate representation of color #361945: hue angle of 279.55º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #361945 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 25 69 -
CMYK 0.22 0.64 0 0.73
HSL 279.55º 0.47% 0.18% -
HSV(B) 279.55º 0.64% 0.27% -
XYZ 2.94 1.91 5.84 -
YUV 38.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 54 25 69 0.22 0.64 0 0.73 279.55 0.47 0.18
Hex 36 19 45 16 40 0 49 118 2F 12
Octal 66 31 105 26 100 0 111 430 57 22
Binary 110110 11001 1000101 10110 1000000 0 1001001 100011000 101111 10010

Color Harmonies of #361945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361945

Black with #361945

Text Example


Text Example

White with #361945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361945; }

 p { color: rgb(54,25,69); }

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

background-color css

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

 a { background-color: rgb(54,25,69); }

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

border-color css

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

 span { border-color: rgb(54,25,69); }

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