Html Css Color HEX #361142 Blackcurrant

📋 copy color: '#361142'

red 54 ◦ green 17 ◦ blue 66

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

Shades of Blackcurrant #361142

Tints of Blackcurrant #361142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 39.42%
G = 12.41%
B = 48.18%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361142 (or 0x361142) is known color: Blackcurrant. HEX triplet: 36, 11 and 42. RGB value is (54,17,66). Sum of RGB (Red+Green+Blue) = 54+17+66=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #361142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361142 is #C9EEBD. Grayscale: #212121. Windows color (decimal): -13233854 or 4329782. OLE color: 4329782.

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

Color convert

RGB 54 17 66 -
CMYK 0.18 0.74 0 0.74
HSL 285.31º 0.59% 0.16% -
HSV(B) 285.31º 0.74% 0.26% -
XYZ 2.71 1.58 5.32 -
YUV 33.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 54 17 66 0.18 0.74 0 0.74 285.31 0.59 0.16
Hex 36 11 42 12 4A 0 4A 11D 3B 10
Octal 66 21 102 22 112 0 112 435 73 20
Binary 110110 10001 1000010 10010 1001010 0 1001010 100011101 111011 10000

Color Harmonies of #361142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361142

Black with #361142

Text Example


Text Example

White with #361142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361142; }

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

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

background-color css

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

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

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

border-color css

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

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

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