#361A43

Color #361A43 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #361A43

Tints of Blackcurrant #361A43

Color information

#361A43 (or 0x361A43) is unknown color: approx Blackcurrant. HEX triplet: 36, 1A and 43. RGB value is (54,26,67). Sum of RGB (Red+Green+Blue) = 54+26+67=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #361A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A43 is #C9E5BC. Grayscale: #262626. Windows color (decimal): -13231549 or 4397622. OLE color: 4397622.

HSL color Cylindrical-coordinate representation of color #361A43: hue angle of 280.98º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361A43 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB542667-
CMYK0.190.6100.74
HSL280.98º44.09%18.24%-
HSV(B)280.98º61.19%26.27%-
XYZ2.91.935.53-
YUV39.05143.78138.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=36.73%
G=17.69%
B=45.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5426670.190.6100.74280.9844.0918.24
Hex361A43133D04A1192c12
Octal6632103237501124315422
Binary110110110101000011100111111010100101010001100110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #361A43;
 }
 .AnyTagClassName
 {
   color: #361A43;
 }
</style>
background-color css

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

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

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

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

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

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