Html Css Color HEX #36133D Blackcurrant

📋 copy color: '#36133D'

red 54 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #36133D

Tints of Blackcurrant #36133D

RGB

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

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

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

R = 40.3%
G = 14.18%
B = 45.52%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36133D (or 0x36133D) is known color: Blackcurrant. HEX triplet: 36, 13 and 3D. RGB value is (54,19,61). Sum of RGB (Red+Green+Blue) = 54+19+61=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #36133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36133D is #C9ECC2. Grayscale: #222222. Windows color (decimal): -13233347 or 4002614. OLE color: 4002614.

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

Color convert

RGB 54 19 61 -
CMYK 0.11 0.69 0 0.76
HSL 290º 0.53% 0.16% -
HSV(B) 290º 0.69% 0.24% -
XYZ 2.6 1.59 4.58 -
YUV 34.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 54 19 61 0.11 0.69 0 0.76 290 0.53 0.16
Hex 36 13 3D B 45 0 4C 122 34 10
Octal 66 23 75 13 105 0 114 442 64 20
Binary 110110 10011 111101 1011 1000101 0 1001100 100100010 110100 10000

Color Harmonies of #36133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36133D

Black with #36133D

Text Example


Text Example

White with #36133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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