Html Css Color HEX #361944 Blackcurrant

📋 copy color: '#361944'

red 54 ◦ green 25 ◦ blue 68

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

Shades of Blackcurrant #361944

Tints of Blackcurrant #361944

RGB

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

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

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

R = 36.73%
G = 17.01%
B = 46.26%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361944 (or 0x361944) is known color: Blackcurrant. HEX triplet: 36, 19 and 44. RGB value is (54,25,68). Sum of RGB (Red+Green+Blue) = 54+25+68=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #361944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361944 is #C9E6BB. Grayscale: #262626. Windows color (decimal): -13231804 or 4462902. OLE color: 4462902.

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

Color convert

RGB 54 25 68 -
CMYK 0.21 0.63 0 0.73
HSL 280.47º 0.46% 0.18% -
HSV(B) 280.47º 0.63% 0.27% -
XYZ 2.91 1.9 5.68 -
YUV 38.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 54 25 68 0.21 0.63 0 0.73 280.47 0.46 0.18
Hex 36 19 44 15 3F 0 49 118 2E 12
Octal 66 31 104 25 77 0 111 430 56 22
Binary 110110 11001 1000100 10101 111111 0 1001001 100011000 101110 10010

Color Harmonies of #361944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361944

Black with #361944

Text Example


Text Example

White with #361944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361944; }

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

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

background-color css

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

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

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

border-color css

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

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

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