Html Css Color HEX #361B43 Blackcurrant

📋 copy color: '#361B43'

red 54 ◦ green 27 ◦ blue 67

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

Shades of Blackcurrant #361B43

Tints of Blackcurrant #361B43

RGB

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

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

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

R = 36.49%
G = 18.24%
B = 45.27%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#361B43 (or 0x361B43) is known color: Blackcurrant. HEX triplet: 36, 1B and 43. RGB value is (54,27,67). Sum of RGB (Red+Green+Blue) = 54+27+67=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #361B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B43 is #C9E4BC. Grayscale: #272727. Windows color (decimal): -13231293 or 4397878. OLE color: 4397878.

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

Color convert

RGB 54 27 67 -
CMYK 0.19 0.60 0 0.74
HSL 280.5º 0.43% 0.18% -
HSV(B) 280.5º 0.6% 0.26% -
XYZ 2.93 1.97 5.54 -
YUV 39.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 54 27 67 0.19 0.60 0 0.74 280.5 0.43 0.18
Hex 36 1B 43 13 3C 0 4A 118 2B 12
Octal 66 33 103 23 74 0 112 430 53 22
Binary 110110 11011 1000011 10011 111100 0 1001010 100011000 101011 10010

Color Harmonies of #361B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B43

Black with #361B43

Text Example


Text Example

White with #361B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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