Html Css Color HEX #361F3D Blackcurrant

📋 copy color: '#361F3D'

red 54 ◦ green 31 ◦ blue 61

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

Shades of Blackcurrant #361F3D

Tints of Blackcurrant #361F3D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 36.99%
G = 21.23%
B = 41.78%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#361F3D (or 0x361F3D) is known color: Blackcurrant. HEX triplet: 36, 1F and 3D. RGB value is (54,31,61). Sum of RGB (Red+Green+Blue) = 54+31+61=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #361F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F3D is #C9E0C2. Grayscale: #292929. Windows color (decimal): -13230275 or 4005686. OLE color: 4005686.

HSL color Cylindrical-coordinate representation of color #361F3D: hue angle of 286º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #361F3D is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 31 61 -
CMYK 0.11 0.49 0 0.76
HSL 286º 0.33% 0.18% -
HSV(B) 286º 0.49% 0.24% -
XYZ 2.85 2.1 4.67 -
YUV 41.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 54 31 61 0.11 0.49 0 0.76 286 0.33 0.18
Hex 36 1F 3D B 31 0 4C 11E 21 12
Octal 66 37 75 13 61 0 114 436 41 22
Binary 110110 11111 111101 1011 110001 0 1001100 100011110 100001 10010

Color Harmonies of #361F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F3D

Black with #361F3D

Text Example


Text Example

White with #361F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,61); }

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

background-color css

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

 a { background-color: rgb(54,31,61); }

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

border-color css

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

 span { border-color: rgb(54,31,61); }

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