Html Css Color HEX #361A3D Blackcurrant

📋 copy color: '#361A3D'

red 54 ◦ green 26 ◦ blue 61

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

Shades of Blackcurrant #361A3D

Tints of Blackcurrant #361A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

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

R = 38.3%
G = 18.44%
B = 43.26%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#361A3D (or 0x361A3D) is known color: Blackcurrant. HEX triplet: 36, 1A and 3D. RGB value is (54,26,61). Sum of RGB (Red+Green+Blue) = 54+26+61=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #361A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A3D is #C9E5C2. Grayscale: #262626. Windows color (decimal): -13231555 or 4004406. OLE color: 4004406.

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

Color convert

RGB 54 26 61 -
CMYK 0.11 0.57 0 0.76
HSL 288º 0.4% 0.17% -
HSV(B) 288º 0.57% 0.24% -
XYZ 2.73 1.86 4.63 -
YUV 38.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 54 26 61 0.11 0.57 0 0.76 288 0.4 0.17
Hex 36 1A 3D B 39 0 4C 120 28 11
Octal 66 32 75 13 71 0 114 440 50 21
Binary 110110 11010 111101 1011 111001 0 1001100 100100000 101000 10001

Color Harmonies of #361A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A3D

Black with #361A3D

Text Example


Text Example

White with #361A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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