Html Css Color HEX #361B4C Blackcurrant

📋 copy color: '#361B4C'

red 54 ◦ green 27 ◦ blue 76

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

Shades of Blackcurrant #361B4C

Tints of Blackcurrant #361B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 34.39%
G = 17.2%
B = 48.41%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#361B4C (or 0x361B4C) is known color: Blackcurrant. HEX triplet: 36, 1B and 4C. RGB value is (54,27,76). Sum of RGB (Red+Green+Blue) = 54+27+76=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #361B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B4C is #C9E4B3. Grayscale: #282828. Windows color (decimal): -13231284 or 4987702. OLE color: 4987702.

HSL color Cylindrical-coordinate representation of color #361B4C: hue angle of 273.06º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #361B4C is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 27 76 -
CMYK 0.29 0.64 0 0.70
HSL 273.06º 0.48% 0.2% -
HSV(B) 273.06º 0.64% 0.3% -
XYZ 3.22 2.09 7.07 -
YUV 40.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 54 27 76 0.29 0.64 0 0.70 273.06 0.48 0.2
Hex 36 1B 4C 1D 40 0 46 111 30 14
Octal 66 33 114 35 100 0 106 421 60 24
Binary 110110 11011 1001100 11101 1000000 0 1000110 100010001 110000 10100

Color Harmonies of #361B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B4C

Black with #361B4C

Text Example


Text Example

White with #361B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,76); }

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

background-color css

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

 a { background-color: rgb(54,27,76); }

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

border-color css

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

 span { border-color: rgb(54,27,76); }

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