Html Css Color HEX #361042 Blackcurrant

📋 copy color: '#361042'

red 54 ◦ green 16 ◦ blue 66

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

Shades of Blackcurrant #361042

Tints of Blackcurrant #361042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 39.71%
G = 11.76%
B = 48.53%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361042 (or 0x361042) is known color: Blackcurrant. HEX triplet: 36, 10 and 42. RGB value is (54,16,66). Sum of RGB (Red+Green+Blue) = 54+16+66=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #361042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361042 is #C9EFBD. Grayscale: #202020. Windows color (decimal): -13234110 or 4329526. OLE color: 4329526.

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

Color convert

RGB 54 16 66 -
CMYK 0.18 0.76 0 0.74
HSL 285.6º 0.61% 0.16% -
HSV(B) 285.6º 0.76% 0.26% -
XYZ 2.69 1.55 5.31 -
YUV 33.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 54 16 66 0.18 0.76 0 0.74 285.6 0.61 0.16
Hex 36 10 42 12 4C 0 4A 11E 3D 10
Octal 66 20 102 22 114 0 112 436 75 20
Binary 110110 10000 1000010 10010 1001100 0 1001010 100011110 111101 10000

Color Harmonies of #361042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361042

Black with #361042

Text Example


Text Example

White with #361042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361042; }

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

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

background-color css

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

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

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

border-color css

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

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

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