Html Css Color HEX #361C42 Blackcurrant

📋 copy color: '#361C42'

red 54 ◦ green 28 ◦ blue 66

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

Shades of Blackcurrant #361C42

Tints of Blackcurrant #361C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

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

R = 36.49%
G = 18.92%
B = 44.59%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361C42 (or 0x361C42) is known color: Blackcurrant. HEX triplet: 36, 1C and 42. RGB value is (54,28,66). Sum of RGB (Red+Green+Blue) = 54+28+66=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 66 (26.17% from 255 or 44.59% from 148); Max value from RGB is 66 - color contains mainly: blue. Hex color #361C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C42 is #C9E3BD. Grayscale: #272727. Windows color (decimal): -13231038 or 4332598. OLE color: 4332598.

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

Color convert

RGB 54 28 66 -
CMYK 0.18 0.58 0 0.74
HSL 281.05º 0.4% 0.18% -
HSV(B) 281.05º 0.58% 0.26% -
XYZ 2.92 2.01 5.39 -
YUV 40.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 54 28 66 0.18 0.58 0 0.74 281.05 0.4 0.18
Hex 36 1C 42 12 3A 0 4A 119 28 12
Octal 66 34 102 22 72 0 112 431 50 22
Binary 110110 11100 1000010 10010 111010 0 1001010 100011001 101000 10010

Color Harmonies of #361C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C42

Black with #361C42

Text Example


Text Example

White with #361C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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