Html Css Color HEX #36133E Blackcurrant

📋 copy color: '#36133E'

red 54 ◦ green 19 ◦ blue 62

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

Shades of Blackcurrant #36133E

Tints of Blackcurrant #36133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 40%
G = 14.07%
B = 45.93%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36133E (or 0x36133E) is known color: Blackcurrant. HEX triplet: 36, 13 and 3E. RGB value is (54,19,62). Sum of RGB (Red+Green+Blue) = 54+19+62=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #36133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36133E is #C9ECC1. Grayscale: #222222. Windows color (decimal): -13233346 or 4068150. OLE color: 4068150.

HSL color Cylindrical-coordinate representation of color #36133E: hue angle of 288.84º degrees, saturation: 0.53, 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 #36133E is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 19 62 -
CMYK 0.13 0.69 0 0.76
HSL 288.84º 0.53% 0.16% -
HSV(B) 288.84º 0.69% 0.24% -
XYZ 2.62 1.6 4.73 -
YUV 34.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 54 19 62 0.13 0.69 0 0.76 288.84 0.53 0.16
Hex 36 13 3E D 45 0 4C 121 35 10
Octal 66 23 76 15 105 0 114 441 65 20
Binary 110110 10011 111110 1101 1000101 0 1001100 100100001 110101 10000

Color Harmonies of #36133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36133E

Black with #36133E

Text Example


Text Example

White with #36133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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