Html Css Color HEX #361242 Blackcurrant

📋 copy color: '#361242'

red 54 ◦ green 18 ◦ blue 66

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

Shades of Blackcurrant #361242

Tints of Blackcurrant #361242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 39.13%
G = 13.04%
B = 47.83%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361242 (or 0x361242) is known color: Blackcurrant. HEX triplet: 36, 12 and 42. RGB value is (54,18,66). Sum of RGB (Red+Green+Blue) = 54+18+66=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #361242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361242 is #C9EDBD. Grayscale: #222222. Windows color (decimal): -13233598 or 4330038. OLE color: 4330038.

HSL color Cylindrical-coordinate representation of color #361242: hue angle of 285º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361242 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 18 66 -
CMYK 0.18 0.73 0 0.74
HSL 285º 0.57% 0.16% -
HSV(B) 285º 0.73% 0.26% -
XYZ 2.72 1.61 5.32 -
YUV 34.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 54 18 66 0.18 0.73 0 0.74 285 0.57 0.16
Hex 36 12 42 12 49 0 4A 11D 39 10
Octal 66 22 102 22 111 0 112 435 71 20
Binary 110110 10010 1000010 10010 1001001 0 1001010 100011101 111001 10000

Color Harmonies of #361242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361242

Black with #361242

Text Example


Text Example

White with #361242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361242; }

 p { color: rgb(54,18,66); }

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

background-color css

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

 a { background-color: rgb(54,18,66); }

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

border-color css

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

 span { border-color: rgb(54,18,66); }

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