Html Css Color HEX #361343 Blackcurrant

📋 copy color: '#361343'

red 54 ◦ green 19 ◦ blue 67

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

Shades of Blackcurrant #361343

Tints of Blackcurrant #361343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 67 (26.56% from 255) = 47.86%

R = 38.57%
G = 13.57%
B = 47.86%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361343 (or 0x361343) is known color: Blackcurrant. HEX triplet: 36, 13 and 43. RGB value is (54,19,67). Sum of RGB (Red+Green+Blue) = 54+19+67=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 67 (26.56% from 255 or 47.86% from 140); Max value from RGB is 67 - color contains mainly: blue. Hex color #361343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361343 is #C9ECBC. Grayscale: #222222. Windows color (decimal): -13233341 or 4395830. OLE color: 4395830.

HSL color Cylindrical-coordinate representation of color #361343: hue angle of 283.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #361343 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 19 67 -
CMYK 0.19 0.72 0 0.74
HSL 283.75º 0.56% 0.17% -
HSV(B) 283.75º 0.72% 0.26% -
XYZ 2.77 1.66 5.48 -
YUV 34.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 54 19 67 0.19 0.72 0 0.74 283.75 0.56 0.17
Hex 36 13 43 13 48 0 4A 11C 38 11
Octal 66 23 103 23 110 0 112 434 70 21
Binary 110110 10011 1000011 10011 1001000 0 1001010 100011100 111000 10001

Color Harmonies of #361343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361343

Black with #361343

Text Example


Text Example

White with #361343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361343; }

 p { color: rgb(54,19,67); }

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

background-color css

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

 a { background-color: rgb(54,19,67); }

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

border-color css

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

 span { border-color: rgb(54,19,67); }

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