Html Css Color HEX #36293D Blackcurrant

📋 copy color: '#36293D'

red 54 ◦ green 41 ◦ blue 61

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

Shades of Blackcurrant #36293D

Tints of Blackcurrant #36293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 34.62%
G = 26.28%
B = 39.1%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36293D (or 0x36293D) is known color: Blackcurrant. HEX triplet: 36, 29 and 3D. RGB value is (54,41,61). Sum of RGB (Red+Green+Blue) = 54+41+61=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #36293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36293D is #C9D6C2. Grayscale: #2F2F2F. Windows color (decimal): -13227715 or 4008246. OLE color: 4008246.

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

Color convert

RGB 54 41 61 -
CMYK 0.11 0.33 0 0.76
HSL 279º 0.2% 0.2% -
HSV(B) 279º 0.33% 0.24% -
XYZ 3.16 2.71 4.77 -
YUV 47.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 54 41 61 0.11 0.33 0 0.76 279 0.2 0.2
Hex 36 29 3D B 21 0 4C 117 14 14
Octal 66 51 75 13 41 0 114 427 24 24
Binary 110110 101001 111101 1011 100001 0 1001100 100010111 10100 10100

Color Harmonies of #36293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36293D

Black with #36293D

Text Example


Text Example

White with #36293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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