Html Css Color HEX #361A45 Blackcurrant

📋 copy color: '#361A45'

red 54 ◦ green 26 ◦ blue 69

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

Shades of Blackcurrant #361A45

Tints of Blackcurrant #361A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 36.24%
G = 17.45%
B = 46.31%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#361A45 (or 0x361A45) is known color: Blackcurrant. HEX triplet: 36, 1A and 45. RGB value is (54,26,69). Sum of RGB (Red+Green+Blue) = 54+26+69=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 69 (27.34% from 255 or 46.31% from 149); Max value from RGB is 69 - color contains mainly: blue. Hex color #361A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A45 is #C9E5BA. Grayscale: #272727. Windows color (decimal): -13231547 or 4528694. OLE color: 4528694.

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

Color convert

RGB 54 26 69 -
CMYK 0.22 0.62 0 0.73
HSL 279.07º 0.45% 0.19% -
HSV(B) 279.07º 0.62% 0.27% -
XYZ 2.96 1.95 5.85 -
YUV 39.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 54 26 69 0.22 0.62 0 0.73 279.07 0.45 0.19
Hex 36 1A 45 16 3E 0 49 117 2D 13
Octal 66 32 105 26 76 0 111 427 55 23
Binary 110110 11010 1000101 10110 111110 0 1001001 100010111 101101 10011

Color Harmonies of #361A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A45

Black with #361A45

Text Example


Text Example

White with #361A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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