Html Css Color HEX #361D44 Blackcurrant

📋 copy color: '#361D44'

red 54 ◦ green 29 ◦ blue 68

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

Shades of Blackcurrant #361D44

Tints of Blackcurrant #361D44

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

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

R = 35.76%
G = 19.21%
B = 45.03%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361D44 (or 0x361D44) is known color: Blackcurrant. HEX triplet: 36, 1D and 44. RGB value is (54,29,68). Sum of RGB (Red+Green+Blue) = 54+29+68=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: blue. Hex color #361D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D44 is #C9E2BB. Grayscale: #282828. Windows color (decimal): -13230780 or 4463926. OLE color: 4463926.

HSL color Cylindrical-coordinate representation of color #361D44: hue angle of 278.46º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #361D44 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 29 68 -
CMYK 0.21 0.57 0 0.73
HSL 278.46º 0.4% 0.19% -
HSV(B) 278.46º 0.57% 0.27% -
XYZ 3 2.08 5.71 -
YUV 40.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 54 29 68 0.21 0.57 0 0.73 278.46 0.4 0.19
Hex 36 1D 44 15 39 0 49 116 28 13
Octal 66 35 104 25 71 0 111 426 50 23
Binary 110110 11101 1000100 10101 111001 0 1001001 100010110 101000 10011

Color Harmonies of #361D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D44

Black with #361D44

Text Example


Text Example

White with #361D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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